refactor(clean): removed empty style tag

This commit is contained in:
Corentin Thomasset 2022-12-20 21:01:34 +01:00
parent 7f964941d3
commit cf723f144e
No known key found for this signature in database
GPG key ID: DBD997E935996158
6 changed files with 0 additions and 12 deletions

View file

@ -53,5 +53,3 @@ const b64Validation = useValidation({
rules: [{ message: 'Invalid base64 string', validator: (value) => isValidBase64(value.trim()) }],
});
</script>
<style lang="less" scoped></style>