mirror of
https://github.com/skidoodle/budgetable.git
synced 2026-04-27 23:37:36 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import TableComponent from "@/components/table";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<main className="container mx-auto py-8">
|
||||
<TableComponent />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user