This commit is contained in:
Cagatay Civici 2023-03-03 10:03:03 +03:00
commit 2f98c04733
132 changed files with 7288 additions and 2634 deletions

View file

@ -26,8 +26,7 @@ export default {
<Button type="button" label="Button 1"></Button>
<Button type="button" label="Button 2" class="p-button-secondary"></Button>
<Button type="button" label="Button 3" class="p-button-help"></Button>
</div>
`
</div>`
}
};
}