Fix import button component
This commit is contained in:
parent
6a280e9ab5
commit
0ae60feab5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { useToast } from 'vue-toast-notification';
|
import { useToast } from 'vue-toast-notification';
|
||||||
import Button from '@app/components/Button.vue';
|
import Button from '@scripts/app/components/Button.vue';
|
||||||
import Input from '@app/components/Input.vue';
|
import Input from '@scripts/app/components/Input.vue';
|
||||||
|
|
||||||
const $toast = useToast();
|
const $toast = useToast();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue