move TextInput
This commit is contained in:
parent
0329e2f8ee
commit
337f029ae5
4 changed files with 4 additions and 1 deletions
3
src/lib/components/common/TextInput/index.ts
Normal file
3
src/lib/components/common/TextInput/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
import TextInput from './TextInput.svelte';
|
||||||
|
|
||||||
|
export default TextInput;
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Button from '$lib/components/Button.svelte';
|
import Button from '$lib/components/Button.svelte';
|
||||||
import Container from '$lib/components/common/Container.svelte';
|
import Container from '$lib/components/common/Container.svelte';
|
||||||
import TextInput from '$lib/components/TextInput.svelte';
|
|
||||||
import Tabs from '$lib/components/common/Tabs';
|
import Tabs from '$lib/components/common/Tabs';
|
||||||
|
import TextInput from '$lib/components/common/TextInput';
|
||||||
import { fade } from 'svelte/transition';
|
import { fade } from 'svelte/transition';
|
||||||
|
|
||||||
let tab: 0 | 1 = $state(0);
|
let tab: 0 | 1 = $state(0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue