Skip to content

Commit

Permalink
chore: #15 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pakerchang committed Jul 3, 2023
1 parent 6f9132a commit a749693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/prompt-Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ interface PropmptFormProps {
}

function PromptForm({ isCreate }: PropmptFormProps) {
console.log("testing");

return (
<Box display="flex" flexDirection="column" justifyContent="space-around">
<FormControl mb="40px">
Expand Down

0 comments on commit a749693

Please sign in to comment.