Skip to content

Commit

Permalink
test page
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmoose committed Dec 2, 2024
1 parent 11ddab6 commit 6ec3dfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/test/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
'use client';

import DateTimeSelection from '@/components/DateTimeSelection/DateTimeSelection';

export default function Page() {
return (
<div>
<DateTimeSelection date={new Date()} />
</div>
);
}

0 comments on commit 6ec3dfd

Please sign in to comment.