Skip to content

Commit

Permalink
switched layout with navbar to template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadgaz committed Sep 27, 2024
1 parent a39128d commit d065a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/layout.tsx → app/(main)/template.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Navbar } from '@/components/organisms';

export default function Layout({ children }: { children: React.ReactNode }) {
export default function Template({ children }: { children: React.ReactNode }) {
return (
<>
<Navbar />
Expand Down

0 comments on commit d065a07

Please sign in to comment.