Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Nov 7, 2023
1 parent a54311d commit ab64304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type FC } from "react"
import { type OfflineWrite } from "@dotkomonline/types"
import { useOfflineDetailsContext } from "./provider"
import { type OfflineWrite } from "../../../../../../../packages/types/src/offline"
import { useEditOfflineMutation } from "../../../../modules/offline/mutations/use-edit-offline-mutation"
import { useS3UploadFile } from "../../../../modules/offline/use-s3-upload-file"
import { useOfflineWriteForm } from "../write-form"
Expand Down

0 comments on commit ab64304

Please sign in to comment.