Skip to content

Commit

Permalink
fix: fixing file name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jun 23, 2023
1 parent 7b22ec1 commit 1b1a793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { VueKeycloakInstance } from '@dsb-norge/vue-keycloak-js/dist/types'
import App from '@/App.vue'
import { router } from '@/routes'
import { keycloakUrl, keycloakClientId, nodeEnv } from '@/core/CoreConstants'
import { masking } from '@/helpers/InputMask'
import { masking } from '@/helpers/CustomDirectives'

// Importing BC typography
import '@bcgov/bc-sans/css/BCSans.css'
Expand Down

0 comments on commit 1b1a793

Please sign in to comment.