Skip to content

Commit 62da702

Browse files
committed
final typescrypt version running
1 parent 94b7ef3 commit 62da702

26 files changed

+36
-1578
lines changed

src/app/components/Action.jsx

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/app/components/App.jsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/app/components/App.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import React, { useReducer } from 'react';
2-
import MainContainer from '../containers/MainContainer.tsx';
3-
import { StoreContext } from '../store.tsx';
4-
import mainReducer from '../reducers/mainReducer.ts';
2+
import MainContainer from '../containers/MainContainer';
3+
import { StoreContext } from '../store';
4+
import mainReducer from '../reducers/mainReducer.js';
55

6-
const initialState:object = {
6+
const initialState:{port: null|number,
7+
currentTab: null|number,tabs:object,} = {
78
port: null,
89
currentTab: null,
910
tabs: {},

src/app/components/Chart.jsx

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)