Skip to content

Commit

Permalink
export修正
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 3, 2023
1 parent 6ae5e8a commit 3131637
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/dummy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PageTitle } from '@/components/common/PageTitle';
import { PanelHeader } from '@/components/common/PanelHeader';
import { useCopy } from '@/hooks/useCopy';

export const DummyPage: React.FC = () => {
const DummyPage: React.FC = () => {
const title = 'ダミーデータ';
const { control, output } = useDummy();
const { copy } = useCopy();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Input } from '@/components/common/Form/Input';
import { PageTitle } from '@/components/common/PageTitle';
import { PanelHeader } from '@/components/common/PanelHeader';

export const JsonFormatterPage: React.FC = () => {
const JsonFormatterPage: React.FC = () => {
const title = 'JSONフォーマット';
const { methods, output, DEFAULT_VALUES } = useJsonFormatter();

Expand Down

0 comments on commit 3131637

Please sign in to comment.