mue/src/features/welcome/components/Layout/Layout.jsx

6 lines
87 B
React
Raw Normal View History

function Layout() {
2024-03-19 21:45:17 +00:00
return <h1>Cheese</h1>;
}
2024-03-19 21:45:17 +00:00
export { Layout as default, Layout };