fix: imports

This commit is contained in:
Akuoko Daniel Jnr 2021-03-12 13:00:10 +00:00
parent 55b808ca1a
commit 7c3888a735
No known key found for this signature in database
GPG Key ID: 1C95803CACD3E9DC
3 changed files with 3 additions and 4 deletions

View File

@ -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`

View File

@ -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}

View File

@ -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,