8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
import React from "react";
|
|
|
|
const index = () => {
|
|
return <></>;
|
|
};
|
|
|
|
export default index;
|