Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Monobladegg committed Aug 12, 2024
1 parent da6d43a commit 990df90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface Props {

const RootLayout: FC<Props> = ({ children }) => {
return <Layout>{children}</Layout>;
// test
};

export default RootLayout;
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export default function Home() {
<SearchBar />
</MainLayout>
);
}
}

0 comments on commit 990df90

Please sign in to comment.