Split app/core up into domain-oriented files
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
import RoomName from "@app/components/RoomName.svelte"
|
||||
import {pushModal} from "@app/modal"
|
||||
import {pushToast} from "@app/toast"
|
||||
import {deriveRoom} from "@app/core/state"
|
||||
import {addRoomMembers} from "@app/core/commands"
|
||||
import {deriveRoom} from "@app/groups"
|
||||
import {addRoomMembers} from "@app/members"
|
||||
|
||||
type Props = {
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user