eslint
This commit is contained in:
parent
26d884921e
commit
28024505f0
@ -1,4 +1,3 @@
|
|||||||
import React from 'react'
|
|
||||||
import './ContractText.css'
|
import './ContractText.css'
|
||||||
export default function ContractText(props: any) {
|
export default function ContractText(props: any) {
|
||||||
const height = window.innerHeight - 200;
|
const height = window.innerHeight - 200;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React, { useEffect, useState } from 'react'
|
import { useEffect, useState } from 'react'
|
||||||
import { // Table,
|
import { // Table,
|
||||||
Pagination,
|
Pagination,
|
||||||
Table,
|
Table,
|
||||||
|
Loading…
Reference in New Issue
Block a user