feat(@ui): migrate line divider, preloader and save status

This commit is contained in:
Paul Makles
2022-05-30 12:40:01 +01:00
parent ab77d4a812
commit b4777e9816
30 changed files with 55 additions and 206 deletions

View File

@@ -5,9 +5,9 @@ import styles from "../Login.module.scss";
import { Text } from "preact-i18n";
import { useEffect } from "preact/hooks";
import { useApplicationState } from "../../../mobx/State";
import { Preloader } from "@revoltchat/ui";
import Preloader from "../../../components/ui/Preloader";
import { useApplicationState } from "../../../mobx/State";
export interface CaptchaProps {
onSuccess: (token?: string) => void;