Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
giridhar7632 committed Aug 12, 2024
1 parent a28d786 commit a6c7d56
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 108 deletions.
1 change: 0 additions & 1 deletion app/(static)/form/[slug]/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import clsx from "clsx";
import Input from "@/components/Input";
import Button from "@/components/Button";
import toast from "react-hot-toast";
import { handleFormSubmission } from "@/app/actions";
import { insertDataToForm } from "@/lib/firebase/firestore";

type FormProps = {
Expand Down
2 changes: 2 additions & 0 deletions app/auth/passwordless-auth/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { useState, useEffect } from "react";
import {
getAuth,
Expand Down
1 change: 1 addition & 0 deletions lib/firebase/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
const config = {
apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY,
authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN,
Expand Down
107 changes: 0 additions & 107 deletions utils/sendVerificationRequest.ts

This file was deleted.

0 comments on commit a6c7d56

Please sign in to comment.