Skip to content

Commit

Permalink
update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 19, 2024
1 parent 8317168 commit 66fd6a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from "react";
import { CountdownComponent, MainLandingPage } from '../components/'
import { CountdownComponent } from '../components/'

export default function Home() {
return (
<div className="">
{/* <MainLandingPage session={null} /> */}
<CountdownComponent url='/api/auth/signin' targetDate={'2024-09-26T12:00:00'} />
</div>

Expand Down

0 comments on commit 66fd6a2

Please sign in to comment.