Skip to content

Commit

Permalink
refactor: 스토리북상 디렉터리 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Dec 16, 2023
1 parent 3f007f6 commit 7fa58c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import LinkProfileList from '@/components/LinkProfileList/server/LinkProfileList';
import Home from '@/components/pages/Home/Home';
import Home from '@/components/Pages/Home/Home';

export default async function HomePage() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
profileListStyle,
titleStyle,
wrapStyle,
} from '@/components/pages/Home/Home.css';
} from '@/components/Pages/Home/Home.css';
import Container from '@/composable/Container/Container';
import {
backgroundColorVariants,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Components/LinkProfileList.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Canvas } from '@storybook/blocks';
import { ApolloWrapper } from '@/apollo/apollo-wrapper';
import LinkProfileList from '@/components/LinkProfileList/client/LinkProfileList';
import Home from '@/components/pages/Home/Home';
import Home from '@/components/Pages/Home/Home';

<Meta title="Components/LinkProfileList" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Meta, Canvas } from '@storybook/blocks';
import { ApolloWrapper } from '@/apollo/apollo-wrapper';
import LinkProfileList from '@/components/LinkProfileList/client/LinkProfileList';
import Home from '@/components/pages/Home/Home';
import Home from '@/components/Pages/Home/Home';

<Meta title="Pages/Component/Home" />
<Meta title="Pages/Home" />

# Home

Expand Down

0 comments on commit 7fa58c5

Please sign in to comment.