Skip to content

Commit

Permalink
artifactsページのlayout漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
maretol committed Jan 12, 2025
1 parent 85f01d9 commit 9aacf19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/app/artifacts/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import BaseLayout from '@/components/large/base_layout'

export default function ArtifactsLayout({ children }: { children: React.ReactNode }) {
return <BaseLayout>{children}</BaseLayout>
}

0 comments on commit 9aacf19

Please sign in to comment.