refactor: layout file name

This commit is contained in:
talksik
2026-03-18 17:14:51 -07:00
parent 69d6ec2ca2
commit 38ff4c47c9
2 changed files with 3 additions and 3 deletions
@@ -116,7 +116,7 @@ function TopBar() {
);
}
export default function LayoutWithPath() {
export default function Layout() {
return (
<div className="flex h-screen flex-col">
<TopBar />