diff --git a/ui/src/containers/DashboardContainer/index.jsx b/ui/src/containers/DashboardContainer/index.jsx index f0ed7c1..177c3f7 100644 --- a/ui/src/containers/DashboardContainer/index.jsx +++ b/ui/src/containers/DashboardContainer/index.jsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect, useImperativeHandle } from "react"; +import React, { useState, useEffect } from "react"; import { Table, Button, Modal } from 'antd';