File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 */
77
88import React from 'react' ;
9- import { QueryStoreItem } from 'src /utility/QueryStore' ;
9+ import { QueryStoreItem } from '.. /utility/QueryStore' ;
1010
1111export type HandleEditLabelFn = (
1212 query ?: string ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import MD from 'markdown-it';
1212import { normalizeWhitespace } from '../utility/normalizeWhitespace' ;
1313import onHasCompletion from '../utility/onHasCompletion' ;
1414import commonKeys from '../utility/commonKeys' ;
15- import { SizerComponent } from 'src /utility/CodeMirrorSizer' ;
15+ import { SizerComponent } from '.. /utility/CodeMirrorSizer' ;
1616
1717const md = new MD ( ) ;
1818const AUTO_COMPLETE_AFTER_KEY = / ^ [ a - z A - Z 0 - 9 _ @ ( ] $ / ;
Original file line number Diff line number Diff line change 11/** @jsx jsx */
22import { jsx } from 'theme-ui' ;
33import WithDividers from './support/WithDividers' ;
4- import { ReactNodeLike } from 'src /types' ;
4+ import { ReactNodeLike } from '../.. /types' ;
55
66export type TabProps = { active : boolean } & React . DetailedHTMLProps <
77 React . ButtonHTMLAttributes < HTMLButtonElement > ,
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { ReactNodeLike } from 'src /types' ;
2+ import { ReactNodeLike } from '../.. /types' ;
33
44const styles = {
55 maxWidth : '60em' ,
Original file line number Diff line number Diff line change 1- import { Maybe , ReactNodeLike } from 'src /types' ;
1+ import { Maybe , ReactNodeLike } from '../.. /types' ;
22
33export type Color = string ;
44export type Colors = {
Original file line number Diff line number Diff line change 55 "outDir" : " ./dist" ,
66 "composite" : true ,
77 "jsx" : " react" ,
8- "baseUrl" : " ." ,
98 "target" : " es5" ,
109 "strictPropertyInitialization" : false
1110 },
You can’t perform that action at this time.
0 commit comments