6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
|
|
const ImagePage = async () => {
|
||
|
|
return <div></div>;
|
||
|
|
};
|
||
|
|
|
||
|
|
export default ImagePage;
|