Removed uneeded useEffect
This commit is contained in:
parent
9b7798f5ac
commit
c59a75b24e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
/* eslint-disable no-unused-vars */
|
import { useState } from 'react';
|
||||||
import { useState, useEffect } from 'react';
|
|
||||||
import ScanBlock from './ScanBlock';
|
import ScanBlock from './ScanBlock';
|
||||||
import Table from './Table';
|
import Table from './Table';
|
||||||
import {
|
import {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue