7 lines
72 B
TypeScript
7 lines
72 B
TypeScript
function FileView() {
|
|
return (
|
|
<></>
|
|
);
|
|
}
|
|
|
|
export default FileView;
|