forked from coracle/flotilla
Split app/core up into domain-oriented files
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import ModalFooter from "@lib/components/ModalFooter.svelte"
|
||||
import ProgressBar from "@app/components/ProgressBar.svelte"
|
||||
import {pushToast} from "@app/toast"
|
||||
import {PLATFORM_NAME} from "@app/core/state"
|
||||
import {PLATFORM_NAME} from "@app/env"
|
||||
|
||||
type Props = {
|
||||
secret: string
|
||||
|
||||
Reference in New Issue
Block a user