Skip to content

Commit 8f34510

Browse files
committed
fix lint errors
1 parent d8f81ac commit 8f34510

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/map/View.vue

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import type { Bounds, LeafletMouseEvent, Map } from 'leaflet';
1515
import { type PosFragment } from '~/graphql/generated';
1616
import type { World } from '~~/composables/useMap';
1717
18-
1918
const props = defineProps<{
2019
center?: PosFragment
2120
zoom?: number

pages/areas/[slug]/index.vue

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ definePageMeta({
3838
})
3939
</script>
4040

41-
4241
<style lang="scss" scoped>
4342
.content {
4443
@apply grid gap-3;

0 commit comments

Comments
 (0)