chore: initial commit with basic module federation setup in vite config

This commit is contained in:
Ilia Mashkov
2026-03-12 21:07:00 +03:00
commit 8916fd759e
22 changed files with 4092 additions and 0 deletions

5
src/app/ui/App.tsx Normal file
View File

@@ -0,0 +1,5 @@
function App() {
return <div>App</div>;
}
export default App;