Daisy UI #14
4 changed files with 4 additions and 1 deletions
3
src/lib/components/common/Button/index.ts
Normal file
3
src/lib/components/common/Button/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Button from './Button.svelte';
|
||||
|
||||
export default Button;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import Button from '$lib/components/Button.svelte';
|
||||
import Button from '$lib/components/common/Button';
|
||||
import Container from '$lib/components/common/Container.svelte';
|
||||
import Tabs from '$lib/components/common/Tabs';
|
||||
import TextInput from '$lib/components/common/TextInput';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue