Refactor: Update import paths for api.ts after moving it to src/lib/api/api.ts.

This commit is contained in:
Scott Idem
2025-11-13 16:16:18 -05:00
parent 94832c2471
commit de7e02b9ef
59 changed files with 59 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import { api } from '$lib/api';
import { api } from '$lib/api/api';
import {
ae_loc,
ae_sess,