refactor: layout file name
This commit is contained in:
@@ -116,7 +116,7 @@ function TopBar() {
|
||||
);
|
||||
}
|
||||
|
||||
export default function LayoutWithPath() {
|
||||
export default function Layout() {
|
||||
return (
|
||||
<div className="flex h-screen flex-col">
|
||||
<TopBar />
|
||||
Reference in New Issue
Block a user