chore: Run prettier

This commit is contained in:
2023-08-01 17:09:47 +01:00
parent 90a7d2ca7e
commit 48c48c90c4
8 changed files with 78 additions and 48 deletions

View File

@ -4,7 +4,12 @@ import { useLocation, useNavigate, useParams } from "react-router-dom";
import { Helmet } from "react-helmet";
import { LiveVideoPlayer } from "element/live-video-player";
import { createNostrLink, findTag, getEventFromLocationState, getHost } from "utils";
import {
createNostrLink,
findTag,
getEventFromLocationState,
getHost,
} from "utils";
import { Profile, getName } from "element/profile";
import { LiveChat } from "element/live-chat";
import AsyncButton from "element/async-button";