mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
init
This commit is contained in:
12
packages/sdk/src/boards/index.ts
Normal file
12
packages/sdk/src/boards/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export { BoardsProvider } from './context';
|
||||
export {
|
||||
useBoards,
|
||||
useSelectedBoard,
|
||||
useAddWidget,
|
||||
useRemoveWidget,
|
||||
useAddBoard,
|
||||
useRemoveBoard,
|
||||
useSelectBoard,
|
||||
useUpdateWidget,
|
||||
} from './hooks';
|
||||
export * from './types';
|
||||
Reference in New Issue
Block a user