Skip to content

Commit 5b88ce3

Browse files
committed
[clean] Remove task provider
Please use TinyTick instead
1 parent 5ff8108 commit 5b88ce3

File tree

4 files changed

+0
-522
lines changed

4 files changed

+0
-522
lines changed

package/src/components/TasksProvider/index.tsx

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

package/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ export {Metric} from './components/Metric/index.tsx';
1010
export {Row} from './components/Row/index.tsx';
1111
export {Summary} from './components/Summary/index.tsx';
1212
export {Tag} from './components/Tag/index.tsx';
13-
export {
14-
TasksProvider,
15-
useScheduleTask,
16-
} from './components/TasksProvider/index.tsx';
1713

1814
export {classNames} from './common/functions.tsx';
1915
export {useDark} from './stores/LocalStore.tsx';
2016
export {useRoute, useSetRouteCallback} from './stores/RouteStore.tsx';
21-
22-
export type {ScheduleTask} from './components/TasksProvider/index.tsx';

site/buildApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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';`,

0 commit comments

Comments
 (0)