forked from github/plane
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
export const IssueGanttViewRoot = () => {
|
||
|
console.log();
|
||
|
return <div>IssueGanttViewRoot</div>;
|
||
|
};
|