mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
export const useView = () => ({
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
fetchViewDetails: (anchor: string) => {},
|
|
viewData: {},
|
|
});
|