Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
itizawa committed Oct 30, 2024
1 parent 247b20f commit 3b70b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { notFound } from 'next/navigation';
import { getArticle } from '~/actions/article';
import { getBlog } from '~/actions/blog';
import { ArticleForm } from '~/components/models/article/ArticleForm';
import { DashBoardArticleBackLink } from '~/components/models/article/DashBoardArticleBackLink/DashBoardArticleBackLink';
import { DashBoardArticleBackLink } from '~/components/models/article/DashBoardArticleBackLink';
import { generateWisblogMetadata } from '~/libs/generateWisblogMetadata';

export const metadata = generateWisblogMetadata({ title: '記事の編集' });
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { ArticleBackLink } from './ArticleBackLink';
export { DashBoardArticleBackLink } from './DashBoardArticleBackLink';

0 comments on commit 3b70b55

Please sign in to comment.