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