Skip to content

Commit 0f823ea

Browse files
committed
Move RegisterToday to components dir
1 parent ffaabe9 commit 0f823ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/conf/2025/register-today/index.tsx renamed to src/app/conf/2025/components/register-today/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { clsx } from "clsx"
22
import NextImage from "next-image-export-optimizer"
33

4-
import { Button } from "../../_design-system/button"
5-
import { GET_TICKETS_LINK, BECOME_A_SPEAKER_LINK } from "../links"
4+
import { Button } from "../../../_design-system/button"
5+
import { GET_TICKETS_LINK, BECOME_A_SPEAKER_LINK } from "../../links"
66

77
import speakerImage from "./speaker.webp"
88

0 commit comments

Comments
 (0)