Skip to content

Commit

Permalink
Naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 28, 2021
1 parent a3b77e4 commit 757b4da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/components/accounts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react';
import AccountDisplay from './account';
import { Offcanvas, Button } from './offcanvas';
import { AccountOptions, getAccounts } from '../../services/accounts';
import './display.css';
import './index.css';

interface DisplayState {
accounts: AccountOptions[];
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component, useState, createRef } from 'react';
import io from 'socket.io-client';
import './logs.css';
import './index.css';

interface LogsState {
logs: JSX.Element[];
Expand Down

0 comments on commit 757b4da

Please sign in to comment.