mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
export const IssueSpreadsheetViewRoot = () => {
|
||
|
console.log();
|
||
|
return <div>IssueSpreadsheetViewRoot</div>;
|
||
|
};
|