Skip to content

Commit

Permalink
Update app/components/bio/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
itstolexy and github-actions[bot] authored Jul 20, 2024
1 parent 72d2b48 commit dc3146d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/bio/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable import/no-named-as-default */
import { useState } from "react";
import { defaultFormState, defaultFormError, FormField } from "../constant";

import { defaultFormError, defaultFormState, FormField } from "../constant";
import TextAreaField from "../textarea";

export default function Bio() {
Expand Down

0 comments on commit dc3146d

Please sign in to comment.