Skip to content

Commit

Permalink
Update reference import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed Dec 27, 2024
1 parent af1df66 commit 54c9ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tauri-app/src/routes/orders/add/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import { useDebouncedFn } from '$lib/utils/asyncDebounce';
import Words from '$lib/components/Words.svelte';
import { getAuthoringMetaV2ForScenarios } from '$lib/services/authoringMeta';
import RaindexVersionValidator from '$lib/components/RaindexVersionValidator.svelte';
import { RaindexVersionValidator } from '@rainlanguage/ui-components';
import { page } from '$app/stores';
import { codeMirrorTheme } from '$lib/stores/darkMode';
Expand Down

0 comments on commit 54c9ed4

Please sign in to comment.