ui: fix eslint

This commit is contained in:
Matthew Penner 2023-01-12 12:45:07 -07:00
parent 7e1aa8d7e2
commit 3d7112b702
No known key found for this signature in database
19 changed files with 28 additions and 30 deletions

View file

@ -1,4 +1,3 @@
import React from 'react';
import { PaginationDataSet } from '@/api/http';
const TFootPaginated = ({ pagination, span }: { span: number; pagination: PaginationDataSet }) => {