Skip to content

Commit

Permalink
Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored and actions-user committed Mar 22, 2021
1 parent c206b4d commit af81d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions web/src/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
import React, {Fragment} from 'react';
import React, { Fragment } from 'react';

import Header from '../components/Header'
import Logs from '../components/Logs'
import Accounts from '../components/Logs'
import Trades from '../components/Logs'
import Header from '../components/Header';
import Logs from '../components/Logs';
import Accounts from '../components/Logs';
import Trades from '../components/Logs';

import {Container} from 'react-bootstrap';
import { Container } from 'react-bootstrap';

export default function () {
return (
<Fragment>
<Header />
<Container>

</Container>
<Container></Container>
</Fragment>
);
}
2 changes: 1 addition & 1 deletion web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
margin: 0;
font-family: sans-serif;
box-sizing: border-box;
}
}

0 comments on commit af81d00

Please sign in to comment.