Skip to content

Commit

Permalink
Appeased the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Dec 30, 2023
1 parent ff15864 commit 631b7df
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 838 deletions.
57 changes: 0 additions & 57 deletions site/components/App/DesktopNavigation.vue

This file was deleted.

38 changes: 0 additions & 38 deletions site/components/App/MobileNavigation.vue

This file was deleted.

176 changes: 0 additions & 176 deletions site/components/base/VGallery.vue

This file was deleted.

2 changes: 1 addition & 1 deletion site/components/base/VHorizontalNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface HorizontalNavigationProps {
];
}
const props = defineProps<HorizontalNavigationProps>()
defineProps<HorizontalNavigationProps>()
</script>

<template>
Expand Down
2 changes: 1 addition & 1 deletion site/components/base/VLabel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script setup>
const props = defineProps({
defineProps({
label: {
type: String,
default: '',
Expand Down
Loading

0 comments on commit 631b7df

Please sign in to comment.