mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
move imports
This commit is contained in:
parent
3d5c7ab9ce
commit
f7f101f7b2
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ import styled, { css } from "styled-components";
|
||||||
import { useContext, useEffect, useState } from "preact/hooks";
|
import { useContext, useEffect, useState } from "preact/hooks";
|
||||||
|
|
||||||
import { defer } from "../../../../lib/defer";
|
import { defer } from "../../../../lib/defer";
|
||||||
|
import { isTouchscreenDevice } from "../../../../lib/isTouchscreenDevice";
|
||||||
|
|
||||||
import { dispatch } from "../../../../redux";
|
import { dispatch } from "../../../../redux";
|
||||||
|
|
||||||
|
@ -20,9 +21,9 @@ import { takeError } from "../../../../context/revoltjs/util";
|
||||||
|
|
||||||
import ServerIcon from "../../../../components/common/ServerIcon";
|
import ServerIcon from "../../../../components/common/ServerIcon";
|
||||||
import Button from "../../../../components/ui/Button";
|
import Button from "../../../../components/ui/Button";
|
||||||
import Preloader from "../../../ui/Preloader";
|
|
||||||
import { isTouchscreenDevice } from "../../../../lib/isTouchscreenDevice";
|
|
||||||
import Overline from "../../../ui/Overline";
|
import Overline from "../../../ui/Overline";
|
||||||
|
import Preloader from "../../../ui/Preloader";
|
||||||
|
|
||||||
const EmbedInviteBase = styled.div`
|
const EmbedInviteBase = styled.div`
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
Loading…
Reference in a new issue