Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Feb 22, 2024
1 parent aac4346 commit b0a6d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Prompt = require("../components/prompt/Prompt.vue");
const SelectCreate = require('../components/select-create/SelectCreate.vue');
const Spinner = require("../components/spinner/Spinner.vue");
const Warning = require('../components/Warning.vue');
const i18n = require("../../i18n/index.js");
const i18n = require("../i18n/index.js");
module.exports = {
components: {
Expand Down

0 comments on commit b0a6d98

Please sign in to comment.