+ {/*
+ For the client-side routing to work on a DHIS2 server, it needs to use HashRouter
+ otherwise it will interfer with the server-side routing
+ */}
+
+
+
+
+ } />
+ } />
+
+
+
+
{'{{template-name}}'}
+
+
+
+
+ )
+}
+
+export default AppWrapper
diff --git a/packages/create-app/templates/template-ts-dataelements-react-router-tailwind/src/components/About.tsx b/packages/create-app/templates/template-ts-dataelements-react-router-tailwind/src/components/About.tsx
new file mode 100644
index 00000000..ecd1d15a
--- /dev/null
+++ b/packages/create-app/templates/template-ts-dataelements-react-router-tailwind/src/components/About.tsx
@@ -0,0 +1,15 @@
+import * as React from 'react'
+
+const AboutPage = () => {
+ return (
+