Remove extra lines

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-02 15:23:54 +03:00
parent cf14cd2b81
commit c6fba7f4e2
51 changed files with 59 additions and 116 deletions

View file

@ -8,8 +8,7 @@ export default {
data() {
return {
code: {
basic: `
import Galleria from 'primevue/galleria';`
basic: `import Galleria from 'primevue/galleria';`
}
};
}