Skip to content

Commit

Permalink
refactor: remove unused verification and email API routes; add Spring…
Browse files Browse the repository at this point in the history
…Modal component
  • Loading branch information
joywin2003 committed Nov 14, 2024
1 parent caa3ee0 commit 06ee3a6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 334 deletions.
68 changes: 0 additions & 68 deletions src/app/api/(verification)/send-mail/route.ts

This file was deleted.

66 changes: 0 additions & 66 deletions src/app/api/(verification)/verify-mail/route.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/navbar/nav-header.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"use client";
"use client";;
import { tedxsjecAssetsPrefix } from "@/lib/utils";
import Image from "next/image";
import Link from "next/link";
import React, { useRef } from "react";
import RegisterButton from "./register-button";

interface NavHeaderProps {
handleClick: () => void;
Expand Down
198 changes: 0 additions & 198 deletions src/components/ui/cursor.js

This file was deleted.

File renamed without changes.

0 comments on commit 06ee3a6

Please sign in to comment.