Skip to content

Commit

Permalink
refactor: home compoent index remove (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishAltruism committed Mar 26, 2024
1 parent e35cef0 commit c0ff041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/pages/home/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { memo, useEffect } from 'react';

import { CircleLinks, HomeBoards } from './components';
import { CircleLinks } from './components/CircleLinks';
import { HomeBoards } from './components/HomeBoards';
import { PageUiStoreImpl } from './HomePageUiStore';

import { BodyScreen, GNB, Header, PageBody, PageStoreHOC } from '@/components';
Expand Down
2 changes: 0 additions & 2 deletions src/pages/home/components/index.ts

This file was deleted.

0 comments on commit c0ff041

Please sign in to comment.