File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @t1mmen/srtd " : patch
3+ ---
4+
5+ Fix incorrect import paths
Original file line number Diff line number Diff line change 11// src/commands/_app.tsx
22import { Alert , ThemeProvider } from '@inkjs/ui' ;
3- import Debug from 'components/Debug.js' ;
43import { Box , Static , Text } from 'ink' ;
54import type { AppProps } from 'pastel' ;
65import React from 'react' ;
6+ import Debug from '../components/Debug.js' ;
77import { COLOR_ERROR , customTheme } from '../components/customTheme.js' ;
88import { useDatabaseConnection } from '../hooks/useDatabaseConnection.js' ;
99
Original file line number Diff line number Diff line change 11import { Select , Spinner } from '@inkjs/ui' ;
2- import Branding from 'components/Branding.js' ;
3- import Quittable from 'components/Quittable.js' ;
4- // commands/build.tsx
52import { Box , useApp } from 'ink' ;
63import React from 'react' ;
4+ import Branding from '../components/Branding.js' ;
5+ import Quittable from '../components/Quittable.js' ;
76import { clearBuildLogs , resetConfig } from '../utils/config.js' ;
87
98const clearOptions = [
You can’t perform that action at this time.
0 commit comments