Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Apr 23, 2024
1 parent 7fd5f72 commit 200f239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ConfigPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { JsonForms, JsonFormsChangeEvent } from '@jsonforms/vue';
import { generateDefaultUISchema } from '@jsonforms/core';
import { defaultStyles, mergeStyles, createAjv, quasarRenderers } from '../components/form';
import { remoteProcedureCall } from '../util/fetch_api';
import { useConfigurationStore } from 'stores/configuration-store';
import { useConfigurationStore } from '../stores/configuration-store';
import { Notify } from 'quasar';
const configurationStore = useConfigurationStore();
Expand Down

0 comments on commit 200f239

Please sign in to comment.