Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshv committed Feb 24, 2024
1 parent 56da5c1 commit 1eadd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/source/addFromUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { actions } from "."
import { MbtilesReader } from "@/lib/mbtiles"
import { invoke } from "@tauri-apps/api"
import logger from "@/logger"
import { SourceReader } from "@/lib/source-reader"

type NewSource = {
id: string,
Expand Down

0 comments on commit 1eadd9a

Please sign in to comment.