File tree Expand file tree Collapse file tree 4 files changed +0
-522
lines changed
Expand file tree Collapse file tree 4 files changed +0
-522
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,13 +10,7 @@ export {Metric} from './components/Metric/index.tsx';
1010export { Row } from './components/Row/index.tsx' ;
1111export { Summary } from './components/Summary/index.tsx' ;
1212export { Tag } from './components/Tag/index.tsx' ;
13- export {
14- TasksProvider ,
15- useScheduleTask ,
16- } from './components/TasksProvider/index.tsx' ;
1713
1814export { classNames } from './common/functions.tsx' ;
1915export { useDark } from './stores/LocalStore.tsx' ;
2016export { useRoute , useSetRouteCallback } from './stores/RouteStore.tsx' ;
21-
22- export type { ScheduleTask } from './components/TasksProvider/index.tsx' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ const buildApi = async () => {
107107 `import type {Routes} from './index.ts';` ,
108108 `import {ROUTES} from './index.ts';` ,
109109 `import {Api} from './Api.tsx';` ,
110- `import {ScheduleTask} from 'tinywidgets';` ,
111110 `import {Provider, useCreateStore} from 'tinybase/ui-react';` ,
112111 `import {Store, createStore} from 'tinybase';` ,
113112 `import * as Lucide from 'lucide-react';` ,
You can’t perform that action at this time.
0 commit comments