mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 14:40:58 -05:00
chore: clean up build errors
This commit is contained in:
parent
3399991824
commit
72e60b7528
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ import { Preloader } from "@revoltchat/ui";
|
||||||
|
|
||||||
import { useApplicationState } from "../../mobx/State";
|
import { useApplicationState } from "../../mobx/State";
|
||||||
|
|
||||||
import Preloader from "../../components/ui/Preloader";
|
|
||||||
import { Children } from "../../types/Preact";
|
import { Children } from "../../types/Preact";
|
||||||
import { useIntermediate } from "../intermediate/Intermediate";
|
import { useIntermediate } from "../intermediate/Intermediate";
|
||||||
import { registerEvents } from "./events";
|
import { registerEvents } from "./events";
|
||||||
|
|
|
@ -217,7 +217,6 @@ export const Account = observer(() => {
|
||||||
description={
|
description={
|
||||||
"Your account will be queued for deletion, a confirmation email will be sent."
|
"Your account will be queued for deletion, a confirmation email will be sent."
|
||||||
}
|
}
|
||||||
hover
|
|
||||||
action="chevron"
|
action="chevron"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue