Skip to content

Commit

Permalink
Merge branch 'dev' into feat/format-number
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti authored Jul 17, 2024
2 parents 24f94e8 + fb72425 commit 65ef99f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from './Table';
export * from './SearchBar';
export * from './TotalValueLocked';
export * from './Title';
export * from './TitleBanner';
2 changes: 0 additions & 2 deletions src/containers/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ const Dashboard = () => {
</section>
);
};

export default Dashboard;
5 changes: 2 additions & 3 deletions src/containers/Landing/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { styled } from '@mui/material/styles';

import Dashboard from '../Dashboard';
import { LockedAssets } from '../LockedAssets';
import { TitleBanner } from '~/components/TitleBanner';
import { Dashboard, LockedAssets } from '~/containers';
import { TitleBanner } from '~/components';

export const Landing = () => {
return (
Expand Down
1 change: 1 addition & 0 deletions src/containers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './Header';
export * from './Layout';
export * from './Landing';
export * from './Dashboard';
export * from './LockedAssets';
Empty file added src/utils/misc.ts
Empty file.

0 comments on commit 65ef99f

Please sign in to comment.