Feat: Migrado de datos de MariaDB a SQL Server y Fix de Tabla

This commit is contained in:
2025-10-04 22:17:05 -03:00
parent 85bd1915e0
commit e14476ff88
21 changed files with 4607 additions and 1 deletions

12
frontend/src/App.tsx Normal file
View File

@@ -0,0 +1,12 @@
import SimpleTable from "./components/SimpleTable";
import './App.css';
function App() {
return (
<main>
<SimpleTable />
</main>
);
}
export default App;