Fix imports

This commit is contained in:
2023-06-26 11:30:37 +01:00
parent a61e17c93b
commit bdd2404bf7
17 changed files with 17 additions and 17 deletions

View File

@ -24,7 +24,7 @@ import NoteFooter, { Translation } from "Element/NoteFooter";
import NoteTime from "Element/NoteTime";
import Reveal from "Element/Reveal";
import useModeration from "Hooks/useModeration";
import { UserCache } from "cache";
import { UserCache } from "Cache";
import Poll from "Element/Poll";
import useLogin from "Hooks/useLogin";
import { setBookmarked, setPinned } from "Login";