fix incorrect theme import

This commit is contained in:
navedqb 2024-01-04 12:05:43 +05:30 committed by Tuğçe Küçükoğlu
parent 13323511fb
commit 728294bdb0

View file

@ -27,7 +27,7 @@ export default {
code1: {
basic: `
<script>
import 'primevue/resources/themes/lara-light-green/theme.csss'
import 'primevue/resources/themes/lara-light-green/theme.css'
<\/script>
`
},