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, useEffect } from 'react';
|
||||
import { useState } from 'react';
|
||||
import ScanBlock from './ScanBlock';
|
||||
import Table from './Table';
|
||||
import {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue