mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Type definition path correction
This commit is contained in:
parent
f2a9b28e1a
commit
3584b7c456
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import type { NitroApp } from 'nitropack';
|
import type { NitroApp } from 'nitropack/types';
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
import { styles, stylesToTop, themes } from '#primevue-style';
|
import { styles, stylesToTop, themes } from '#primevue-style';
|
||||||
//import { useRuntimeConfig } from '#imports';
|
//import { useRuntimeConfig } from '#imports';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue