Skip to content

Commit

Permalink
Fix script declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyNTH committed Oct 27, 2024
1 parent 309f47c commit 637788d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pages/venue/[slug]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,7 @@
</div>
</template>

<script setup lang="ts">
import {
VenuePageDetailsDocument,
type VenuePageDetailsQuery,
type VenuePageDetailsQueryVariables
} from '@/graphql/codegen/operations';
import type { Ref } from 'vue';
<script>
import VenuePageDetails from '@/graphql/queries/venue/VenuePageDetails.gql';
import L from 'leaflet';
Expand Down

0 comments on commit 637788d

Please sign in to comment.