Skip to content

Commit

Permalink
Fixed config import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobellerbrock committed Dec 30, 2024
1 parent e883938 commit a7ef7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { z } from "zod";
import { zodResolver } from "@hookform/resolvers/zod";
import FormGroupWrapper from "@/components/registration/FormGroupWrapper";
import { Checkbox } from "@/components/shadcn/ui/checkbox";
import { c, bucketResumeBaseUploadUrl } from "config";
import c, { bucketResumeBaseUploadUrl } from "config";
import {
Command,
CommandEmpty,
Expand Down

0 comments on commit a7ef7ac

Please sign in to comment.