Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#11/AppBar
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 authored Jul 9, 2024
2 parents c643cba + a971571 commit 3cbbb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/DefaultLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export function DefaultLayout({ children, title, appBarVisible, LeftComp, RightC
</main>
</Fragment>
);
}
}
2 changes: 1 addition & 1 deletion src/router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ const router = createBrowserRouter([
]);
export const Routers = () => {
return <RouterProvider router={router} />;
};
};

0 comments on commit 3cbbb57

Please sign in to comment.