Feat: Migrado de datos de MariaDB a SQL Server y Fix de Tabla
This commit is contained in:
12
frontend/src/App.tsx
Normal file
12
frontend/src/App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import SimpleTable from "./components/SimpleTable";
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<main>
|
||||
<SimpleTable />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user