Skip to content
Snippets Groups Projects
Commit 60d54f6d authored by Trygve Jørgensen's avatar Trygve Jørgensen
Browse files

chore: ran format

parent 7f1e7063
No related branches found
No related tags found
3 merge requests!66Final merge,!24UI cleanup,!4Pipeline fix
Pipeline #278875 passed
......@@ -77,4 +77,4 @@ onMounted(() => {
})
</script>
<style scoped></style>
\ No newline at end of file
<style scoped></style>
......@@ -60,7 +60,7 @@
</template>
<script setup lang="ts">
import { ref, computed } from 'vue'
import { computed, ref } from 'vue'
import ContinueButtonComponent from '@/components/ContinueButtonComponent.vue'
import router from '@/router'
import { useUserConfigStore } from '@/stores/userConfigStore'
......
......@@ -62,7 +62,7 @@
</template>
<script setup lang="ts">
import { ref, computed } from 'vue'
import { computed, ref } from 'vue'
import ContinueButtonComponent from '@/components/ContinueButtonComponent.vue'
import router from '@/router'
import { useUserConfigStore } from '@/stores/userConfigStore'
......
......@@ -59,7 +59,7 @@
</template>
<script setup lang="ts">
import { ref, computed } from 'vue'
import { computed, ref } from 'vue'
import ContinueButtonComponent from '@/components/ContinueButtonComponent.vue'
import router from '@/router'
import { useUserConfigStore } from '@/stores/userConfigStore'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment