feat: started to work on table

This commit is contained in:
Alexander Daichendt 2022-07-26 17:52:10 +02:00
parent 7561329158
commit 68e0efd51c
6 changed files with 47 additions and 9 deletions

View file

@ -0,0 +1,9 @@
import Link from '../components/Link.svelte';
import Table from '../components/Table.svelte';
const components = {
a: Link,
table: Table,
};
export default components;