Skip to content

Commit

Permalink
fix: warning in javascript console (#2668)
Browse files Browse the repository at this point in the history
Uncaught SyntaxError: Unexpected token 'export'
  • Loading branch information
mariobuikhuizen authored Jan 23, 2024
1 parent 8edbdf0 commit 20b9de5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jdaviz/main_styles.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<template>
</template>
<script>
export default {
created() {
Expand Down

0 comments on commit 20b9de5

Please sign in to comment.