forked from coracle/flotilla
Split app/core up into domain-oriented files
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
import IconPickerButton from "@lib/components/IconPickerButton.svelte"
|
||||
import {pushToast} from "@app/toast"
|
||||
import {clearModals} from "@app/modal"
|
||||
import {uploadFile} from "@app/core/commands"
|
||||
import {uploadFile} from "@app/uploads"
|
||||
|
||||
type Props = {
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user