Skip to content

Commit cca307b

Browse files
committed
removing unnecessary imports from CreateContainer
1 parent 610972c commit cca307b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/components/StateManagement/CreateTab/CreateContainer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import React, { useEffect, useState, useContext } from 'react';
22
import { useStore } from 'react-redux';
33
import { useDispatch } from 'react-redux';
4-
import Divider from '@mui/material/Divider';
54
import Grid from '@mui/material/Grid';
6-
import DataTable from './components/DataTable';
75
import * as actions from '../../../redux/actions/actions';
8-
import { Typography } from '@mui/material';
96
import StateContext from '../../../context/context';
107
import StatePropsPanel from './components/StatePropsPanel';
11-
import TableStateProps from './components/TableStateProps';
128

139
//LegacyPD added this in here
1410
//import StatePropsPanel from '../../right/StatePropsPanel';

0 commit comments

Comments
 (0)