mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
fix: imports
This commit is contained in:
parent
55b808ca1a
commit
7c3888a735
@ -2,8 +2,8 @@ import * as React from "react";
|
||||
import * as Constants from "~/common/constants";
|
||||
import * as SVG from "~/common/svg";
|
||||
import * as Actions from "~/common/actions";
|
||||
import { LoaderSpinner } from "~/components/system/components/Loaders";
|
||||
|
||||
import { LoaderSpinner } from "~/components/system/components/Loaders";
|
||||
import { css } from "@emotion/react";
|
||||
|
||||
const STYLES_TAG_CONTAINER = css`
|
@ -8,6 +8,7 @@ import * as Events from "~/common/custom-events";
|
||||
import * as SVG from "~/common/svg";
|
||||
|
||||
import { RadioGroup } from "~/components/system/components/RadioGroup";
|
||||
import { Tag } from "~/components/core/Tag";
|
||||
import { css } from "@emotion/react";
|
||||
|
||||
const SIZE_LIMIT = 1000000;
|
||||
@ -209,7 +210,7 @@ export default class SidebarSingleSlateSettings extends React.Component {
|
||||
>
|
||||
Add tags to a slate to categorize it.
|
||||
</System.P>
|
||||
<System.Tag
|
||||
<Tag
|
||||
name="tags"
|
||||
placeholder={`Edit tag for ${this.state.slatename}`}
|
||||
tags={this.state.tags}
|
||||
|
@ -60,7 +60,6 @@ import { SelectCountryMenu, SelectMenu } from "~/components/system/components/Se
|
||||
import { StatUpload, StatDownload } from "~/components/system/components/Stat";
|
||||
import { TabGroup } from "~/components/system/components/TabGroup";
|
||||
import { Table } from "~/components/system/components/Table";
|
||||
import { Tag } from "~/components/system/components/Tag";
|
||||
import { Textarea } from "~/components/system/components/Textarea";
|
||||
import { Toggle } from "~/components/system/components/Toggle";
|
||||
import { H1, H2, H3, H4, P, UL, OL, LI } from "~/components/system/components/Typography";
|
||||
@ -135,7 +134,6 @@ export {
|
||||
StatDownload,
|
||||
TabGroup,
|
||||
Table,
|
||||
Tag,
|
||||
Textarea,
|
||||
Toggle,
|
||||
H1,
|
||||
|
Loading…
Reference in New Issue
Block a user