feat: Initial Catalog

This commit is contained in:
2026-01-21 17:31:55 -05:00
parent ea6eec3abc
commit 075573f31d
7 changed files with 85 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
import './App.css'
import { Catalog } from './pages'
function App() {
return (
<>
<Catalog/>
</>
)
}