mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Remove unused imports and add some types
This commit is contained in:
@@ -20,7 +20,7 @@ interface Props {
|
||||
class PostRoot extends React.Component<Props> {
|
||||
store: any;
|
||||
|
||||
constructor(props) {
|
||||
constructor(props: Props) {
|
||||
super(props);
|
||||
|
||||
this.store = createStoreHelper();
|
||||
|
||||
Reference in New Issue
Block a user