mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 16:48:30 +02:00
A bunch more small things
This commit is contained in:
10
src-web/components/Layout.tsx
Normal file
10
src-web/components/Layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import {Outlet} from 'react-router-dom';
|
||||
|
||||
|
||||
export function Layout() {
|
||||
return (
|
||||
<div className="w-full h-full">
|
||||
<Outlet />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user