6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import React from 'react';
|
|
|
|
export const Chart = () => {
|
|
return <div>Chart</div>;
|
|
};
|