mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fix some type errors
This commit is contained in:
@@ -13,7 +13,7 @@ class App extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const state = this.state || {}
|
||||
const state: Record<string, unknown> = this.state || {}
|
||||
|
||||
return (
|
||||
<div className="home">
|
||||
|
||||
Reference in New Issue
Block a user