refactor: packages folder

This commit is contained in:
Valerio Ageno
2024-05-02 19:01:49 +02:00
parent da111ac56e
commit 6dc33f8e3e
39 changed files with 8 additions and 556 deletions
@@ -0,0 +1,3 @@
export const ImportedRoute = (): JSX.Element => {
return <h1>Imported route</h1>
}