Type definition path correction
parent
f2a9b28e1a
commit
3584b7c456
|
@ -1,4 +1,4 @@
|
|||
import type { NitroApp } from 'nitropack';
|
||||
import type { NitroApp } from 'nitropack/types';
|
||||
// @ts-expect-error
|
||||
import { styles, stylesToTop, themes } from '#primevue-style';
|
||||
//import { useRuntimeConfig } from '#imports';
|
||||
|
|
Loading…
Reference in New Issue