|
@@ -1,8 +1,8 @@
|
|
|
import React, { useState } from "react";
|
|
import React, { useState } from "react";
|
|
|
|
|
+import styled from "styled-components";
|
|
|
|
|
|
|
|
import { integrationList } from "shared/common";
|
|
import { integrationList } from "shared/common";
|
|
|
import { ChartType } from "shared/types";
|
|
import { ChartType } from "shared/types";
|
|
|
-import styled from "styled-components";
|
|
|
|
|
|
|
|
|
|
type Props = {
|
|
type Props = {
|
|
|
currentChart: ChartType;
|
|
currentChart: ChartType;
|