Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
GIT-Gizmo committed Oct 10, 2023
1 parent 16c624c commit 28db802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/create-prompt/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useState } from 'react';
import { useSession } from 'next-auth/react';
import { useRouter } from 'next/navigation';

import Form from '@components/form';
import Form from '@components/Form';
import { set } from 'mongoose';

const CreatePrompt = () => {
Expand Down

0 comments on commit 28db802

Please sign in to comment.