Split app/core up into domain-oriented files
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
import RoomJoinItem from "@app/components/RoomJoinItem.svelte"
|
||||
import RelayName from "@app/components/RelayName.svelte"
|
||||
import {REPORT} from "@welshman/util"
|
||||
import {deriveSpaceActionItems} from "@app/core/state"
|
||||
import {deriveSpaceActionItems} from "@app/actionItems"
|
||||
|
||||
interface Props {
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user