diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx new file mode 100644 index 0000000..c23ded1 --- /dev/null +++ b/frontend/src/App.tsx @@ -0,0 +1,12 @@ +function App() { + return ( + <> +
Welcome to the web-cad frontend application.