Theming API: Update Theme export

This commit is contained in:
Mert Sincan 2024-05-13 22:57:53 +01:00
parent a82843f1ff
commit 792f02f9b5
11 changed files with 11 additions and 13 deletions

View file

@ -1,4 +1,4 @@
import Theme, { dt } from 'primevue/themes';
import { Theme, dt } from 'primevue/themes';
import { useStyle } from 'primevue/usestyle';
import { ObjectUtils } from 'primevue/utils';