feat: started to work on table
This commit is contained in:
parent
7561329158
commit
68e0efd51c
6 changed files with 47 additions and 9 deletions
9
src/layouts/components.js
Normal file
9
src/layouts/components.js
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue