degmods.com/src/App.tsx

8 lines
94 B
TypeScript
Raw Normal View History

2024-07-10 18:31:54 +00:00
import { Layout } from './layout'
function App() {
2024-07-10 18:31:54 +00:00
return <Layout />
}
export default App