Refactor: Update import paths for api.ts after moving it to src/lib/api/api.ts.
This commit is contained in:
@@ -5,7 +5,7 @@ import { createEventDispatcher, onDestroy, onMount } from 'svelte';
|
||||
import {Html5Qrcode, Html5QrcodeScannerState, Html5QrcodeSupportedFormats} from 'html5-qrcode';
|
||||
|
||||
// *** Import Aether core variables and functions
|
||||
import { api } from '$lib/api';
|
||||
import { api } from '$lib/api/api';
|
||||
import { ae_api } from '$lib/ae_stores';
|
||||
|
||||
// *** Import Aether core components
|
||||
|
||||
Reference in New Issue
Block a user