Use welshman/app
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
import {onMount} from "svelte"
|
||||
import Masonry from "svelte-bricks"
|
||||
import {GROUP_META, displayRelayUrl} from "@welshman/util"
|
||||
import {load, relays} from "@welshman/app"
|
||||
import Icon from "@lib/components/Icon.svelte"
|
||||
import {makeSpacePath} from "@app/routes"
|
||||
import {DEFAULT_RELAYS} from "@app/base"
|
||||
import {
|
||||
load,
|
||||
displayGroup,
|
||||
relays,
|
||||
searchGroups,
|
||||
relayUrlsByNom,
|
||||
userMembership,
|
||||
DEFAULT_RELAYS,
|
||||
} from "@app/state"
|
||||
|
||||
let term = ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import themes from "daisyui/src/theming/themes"
|
||||
import {identity} from "@welshman/lib"
|
||||
import {createSearch} from "@lib/util"
|
||||
import {createSearch} from "@welshman/app"
|
||||
import Icon from "@lib/components/Icon.svelte"
|
||||
import {theme} from "@app/theme"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user