Skip to content

Commit

Permalink
Merge pull request #91 from ReoHakase/90/refactor-directory-structure
Browse files Browse the repository at this point in the history
γƒ‡γ‚£γƒ¬γ‚―γƒˆγƒͺζ§‹ι€ γ‚’θ¦‹η›΄γ—γŸγ€‚
  • Loading branch information
ReoHakase authored Mar 10, 2024
2 parents cbef64d + ec19eff commit 3cd18eb
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
DrawerTitle,
DrawerDescription,
DrawerClose,
} from '@/features/modal/components/Drawer/Drawer';
} from '@/components/Drawer/Drawer';
import { NavbarDetailButton, NavbarButtonLabel } from '@/features/navigation/components/Navbar/Navbar';
import { allContentDocuments } from 'contentlayer/generated';

Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ReactNode } from 'react';
import { Hero } from '@/components/Hero/Hero';
import { JsonLdScript } from '@/components/JsonLdScript/JsonLdScript';
import { MyPhotoCardStack } from '@/components/MyPhotoCardStack/MyPhotoCardStack';
import { Hero } from '@/features/landingPage/components/Hero/Hero';
import { MyPhotoCardStack } from '@/features/landingPage/components/MyPhotoCardStack/MyPhotoCardStack';
import { css } from 'styled-system/css';

const Home = (): ReactNode => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dynamic from 'next/dynamic';
import { type ReactNode } from 'react';
import { Link } from '../Link/Link';
import { Link } from '../../../../components/Link/Link';
import { css } from 'styled-system/css';
import { flex } from 'styled-system/patterns';
import type { SystemStyleObject } from 'styled-system/types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ReactNode, ComponentPropsWithoutRef } from 'react';
import { PhotoCard } from '@/components/PhotoCard/PhotoCard';
import { PhotoCard } from '@/features/landingPage/components/PhotoCard/PhotoCard';
import HanbokImage from '@public/hanbok.webp';
import OzImage from '@public/oz.webp';
import SelfieImage from '@public/selfie.webp';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
DrawerTitle,
DrawerDescription,
DrawerClose,
} from '@/features/modal/components/Drawer/Drawer';
} from '@/components/Drawer/Drawer';
import { css } from 'styled-system/css';

type Story = StoryObj<typeof Navbar>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
DrawerKnob,
DrawerTitle,
DrawerClose,
} from '@/features/modal/components/Drawer/Drawer';
} from '@/components/Drawer/Drawer';
import { createSlotRecipeContext } from '@/states/createSlotRecipeContext';
import { sva } from 'styled-system/css';

Expand Down

0 comments on commit 3cd18eb

Please sign in to comment.