12 implement twilio sms #37
5 changed files with 2 additions and 4 deletions
1
src/lib/components/Actions/index.ts
Normal file
1
src/lib/components/Actions/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { default as Button } from './Button.svelte';
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
import Button from './Button.svelte';
|
||||
|
||||
export default Button;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import Button from '$lib/components/common/Button';
|
||||
import { TextInput } from '$lib/components/DataInput';
|
||||
import { Button } from '$lib/components/Actions';
|
||||
import Tabs from '$lib/components/Navigation/Tabs';
|
||||
import { messages } from '$lib/i18n/index.js';
|
||||
import { fade } from 'svelte/transition';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue