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

chore: ran format

parent 5efad924
No related branches found
No related tags found
3 merge requests!66Final merge,!39Added view and edit profile,!4Pipeline fix
Pipeline #280708 passed
import { defineStore } from 'pinia'
import { ref } from 'vue'
import authInterceptor from '@/services/authInterceptor'
import axios, { AxiosError } from 'axios'
import { AxiosError } from 'axios'
export const useAccountStore = defineStore('account', {
state: () => ({
......
import { defineStore } from 'pinia'
import { ref } from 'vue'
import authInterceptor from '@/services/authInterceptor'
import axios, { AxiosError } from 'axios'
import { AxiosError } from 'axios'
export const useUserConfigStore = defineStore('userConfig', {
state: () => ({
......
......@@ -46,7 +46,7 @@
</template>
<script setup lang="ts">
import { ref, computed } from 'vue'
import { computed, ref } from 'vue'
import { useAccountStore } from '@/stores/accountStore'
import ContinueButtonComponent from '@/components/ContinueButtonComponent.vue'
import router from '@/router'
......
......@@ -47,7 +47,7 @@
</template>
<script setup lang="ts">
import { onMounted, ref } from 'vue'
import { 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