Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 1608949

Browse files
committed
fix: Adds missing import.
1 parent 33170e3 commit 1608949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/presenter/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as React from 'react';
22
import * as dom from 'react-dom';
3+
import { State } from '../repo/FactoryConfig';
34
import observer from '../utils/observer';
45
import App from './App';
56

0 commit comments

Comments
 (0)