0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/issue-layouts/calendar/index.tsx

7 lines
136 B
TypeScript
Raw Normal View History

import React from "react";
export const IssueCalendarViewRoot = () => {
console.log();
return <div>IssueCalendarViewRoot</div>;
};