diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..69002fa --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,16 @@ +/* -------------------------------------------------------------------------- */ +/* Libraries */ +/* -------------------------------------------------------------------------- */ +import React from "react"; +/* -------------------------------------------------------------------------- */ +/* Application root component */ +/* -------------------------------------------------------------------------- */ +/** + * Application root component + * @return {JSX.Element} + */ +function App() { + return