kuma-archive/src/components/file-view/index.tsx
2025-03-13 16:06:35 +09:00

7 lines
72 B
TypeScript

function FileView() {
return (
<></>
);
}
export default FileView;