mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01: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: {},
|
|
});
|