Skip to content

Commit

Permalink
add use client
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed Oct 8, 2024
1 parent 0609b98 commit f769596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tcp1pctf-2024/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import { useEffect } from "react";
import { Categories } from "./categories";
import { Countdown } from "./countdown";
Expand Down

0 comments on commit f769596

Please sign in to comment.