mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
move ui and api to seperate packages and add npm actions for them
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Component } from 'vue';
|
||||
import CardTitle from '@/Components/Common/CardTitle.vue';
|
||||
import CardTitle from '@/packages/ui/src/CardTitle.vue';
|
||||
|
||||
defineProps<{
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user