fix incorrect theme import

pull/5037/head
navedqb 2024-01-04 12:05:43 +05:30 committed by Tuğçe Küçükoğlu
parent 13323511fb
commit 728294bdb0
1 changed files with 1 additions and 1 deletions

View File

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