Skip to content

Commit

Permalink
chore: chnage registry link
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Sep 26, 2024
1 parent 00f824c commit a09c60d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions component-docs/src/pages/components/box-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { BoxButton } from '@/seed-design/ui/box-button';
import { Installation } from '@/src/components/Installation';
import { Preview } from '@/src/components/Preview';

import registry from '@/public/registry/components/box-button.json';
import registry from '@/public/registry/component/box-button.json';

# Box Button

<Preview component={<BoxButton>버튼</BoxButton>}>
```tsx copy
import { BoxButton } from './seed-design/ui/box-button';
import { BoxButton } from 'seed-design/ui/box-button';

const App = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion component-docs/src/pages/components/checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Checkbox } from '@/seed-design/ui/checkbox';
import { Installation } from '@/src/components/Installation';
import { Preview } from '@/src/components/Preview';

import registry from '@/public/registry/components/checkbox.json';
import registry from '@/public/registry/component/checkbox.json';

# Checkbox

Expand Down
2 changes: 1 addition & 1 deletion component-docs/src/pages/components/tabs/chip-tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Stackflow } from "@/src/components/Stackflow";

import { ChipTabs } from '@/src/components/ChipTabs';

import registry from '@/public/registry/components/chip-tabs.json';
import registry from '@/public/registry/component/chip-tabs.json';
import ChipTabsBasicActivity from "@/src/activities/ChipTabsBasicActivity";

# ChipTabs
Expand Down
2 changes: 1 addition & 1 deletion component-docs/src/pages/components/tabs/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Stackflow } from "@/src/components/Stackflow";

import { Tabs } from '@/src/components/Tabs';

import registry from '@/public/registry/components/tabs.json';
import registry from '@/public/registry/component/tabs.json';
import TabsDisabledActivity from "@/src/activities/TabsDisabledActivity";
import TabsAlertActivity from "@/src/activities/TabsAlertActivity";

Expand Down

0 comments on commit a09c60d

Please sign in to comment.