fix lib import

This commit is contained in:
Emily
2024-06-09 19:11:56 +02:00
parent 19996a151b
commit 4b755fe748
7 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ const { projects, refresh } = useProjectsList();
const isFirstProject = computed(() => { return projects.value?.length == 0; })
import { Lit } from 'litlyx';
import { Lit } from 'litlyx-js';
const route = useRoute();