mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix: Update imports from '@primevue/themes' to '@primeuix/themes'
This commit is contained in:
parent
b6c7b434b1
commit
cf45e2dc94
36 changed files with 107 additions and 96 deletions
|
@ -20,8 +20,8 @@ primevue: {
|
|||
},
|
||||
code2: {
|
||||
basic: `
|
||||
import { definePreset } from '@primevue/themes';
|
||||
import Aura from '@primevue/themes/aura';
|
||||
import { definePreset } from '@primeuix/themes';
|
||||
import Aura from '@primeuix/themes/aura';
|
||||
|
||||
const MyPreset = definePreset(Aura, {
|
||||
semantic: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue