remove unused imports

This commit is contained in:
Eduardo Quiros 2022-07-17 19:18:50 -06:00
parent 02b59e7fe4
commit dacf7e2864
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
import { React, useEffect, useState } from 'react'
import { InputText } from 'primereact/inputtext'
import { Button } from 'primereact/button'
import { React } from 'react'
import { DataTable } from 'primereact/datatable'
import { Column } from 'primereact/column'