mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 04:51:55 +02:00
* Changes required to enable Publish Views * default views to not found page * refactor exports * remove uncessary view service * fix review comments
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: {},
|
|
});
|