diff --git a/app/test/page.jsx b/app/test/page.jsx new file mode 100644 index 0000000..d2521a8 --- /dev/null +++ b/app/test/page.jsx @@ -0,0 +1,11 @@ +'use client'; + +import DateTimeSelection from '@/components/DateTimeSelection/DateTimeSelection'; + +export default function Page() { + return ( +