Removed unneccessary imports. Added production note to kanban and job detail. IO-459

This commit is contained in:
Patrick Fic
2020-12-16 21:15:27 -08:00
parent a7acaed5d4
commit 42e519bd7e
15 changed files with 71 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import { Collapse, Space, Card } from "antd";
import { Card, Space } from "antd";
import React, { useEffect, useState } from "react";
import Gallery from "react-grid-gallery";
import { useTranslation } from "react-i18next";