Anukul Sangwan 4 سال پیش
والد
کامیت
ffa29433b3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/cluster-dashboard/expanded-chart/DeploymentType.tsx

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/DeploymentType.tsx

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