diff --git a/src/pages/NewFile003.tsx b/src/pages/NewFile003.tsx new file mode 100644 index 0000000..1eddeea --- /dev/null +++ b/src/pages/NewFile003.tsx @@ -0,0 +1,13 @@ +import React from 'react'; + +const NewFile003 = () => { + return ( +
+
+

Header

+
+
+ ); +}; + +export default NewFile003; \ No newline at end of file