mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix lib import
This commit is contained in:
@@ -5,7 +5,7 @@ import type { Section } from '~/components/CVerticalNavigation.vue';
|
||||
const router = useRouter();
|
||||
const { setToken } = useAccessToken();
|
||||
|
||||
import { Lit } from 'litlyx';
|
||||
import { Lit } from 'litlyx-js';
|
||||
|
||||
const sections: Section[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user