mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
move ui and api to seperate packages and add npm actions for them
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import Modal from './Modal.vue';
|
||||
import Modal from '@/packages/ui/src/Modal.vue';
|
||||
|
||||
const emit = defineEmits(['close']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user