Skip to content

Commit

Permalink
fix: typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Sep 16, 2024
1 parent 460db4f commit 8c46dbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import 'regenerator-runtime/runtime.js';
import { createApp } from 'vue';

import { register as registerDirectives } from '@/directives';
import { register as registerFontAwsome } from '@/plugins/fontawsome.ts';
import { register as registerFontAwsome } from '@/plugins/fontawesome.ts';
import '@/plugins/date-fns.ts';
import i18n from '@/plugins/i18n.ts';
import pinia from '@/plugins/pinia.ts';
Expand Down
File renamed without changes.

0 comments on commit 8c46dbe

Please sign in to comment.