Cleanup .ts imports.
This commit is contained in:
Родитель
7cdb058e7a
Коммит
74af44aa6d
|
@ -3,7 +3,7 @@
|
|||
|
||||
import autobind from 'autobind-decorator'
|
||||
import {observable, computed, autorun, untracked, toJS} from "mobx"
|
||||
import {generateGroups, sortItems, generateItems} from './grouping.ts'
|
||||
import {generateGroups, sortItems, generateItems} from './grouping'
|
||||
import {Selection} from 'office-ui-fabric-react/lib/Selection'
|
||||
|
||||
function debounce(ms) {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
import * as React from 'react'
|
||||
import * as ReactDOM from "react-dom"
|
||||
import {observer} from "mobx-react"
|
||||
import {parse} from './parsing.ts'
|
||||
import {ResultsStore} from './ResultsStore.ts'
|
||||
import {parse} from './parsing'
|
||||
import {ResultsStore} from './ResultsStore'
|
||||
import {ResultsPage} from './ResultsPage.tsx'
|
||||
import {ResultsList} from './ResultsList.tsx'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче