Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christian morales authored and christian morales committed Sep 22, 2024
1 parent a1e321d commit 2819e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/base/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import React, { useState, useCallback } from "react";
import React from "react";
import { useForm } from "react-hook-form";
import Faq from "@/components/faq";

Expand Down

0 comments on commit 2819e20

Please sign in to comment.