Setup lang

This commit is contained in:
2023-08-27 16:25:27 +01:00
parent 80d0e4975f
commit 2669af3250
85 changed files with 1152 additions and 1515 deletions

View File

@ -1,10 +1,6 @@
import "./event.css";
import {
type NostrLink,
type NostrEvent as NostrEventType,
EventKind,
} from "@snort/system";
import { type NostrLink, type NostrEvent as NostrEventType, EventKind } from "@snort/system";
import { Icon } from "element/icon";
import { Goal } from "element/goal";