Skip to content

Commit

Permalink
fix: Form component location
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jul 7, 2021
1 parent bf2a856 commit ca2f647
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { ReactElement } from 'react';
import { useTranslation } from 'react-i18next';

import Form from '../helpers/Form';
import Form from '../../common/Form';

const AdminInfoForm = (): ReactElement => {
const { t } = useTranslation();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { ReactElement } from 'react';
import { useTranslation } from 'react-i18next';

import Form from '../helpers/Form';
import Form from '../../common/Form';

const OrganizationInfoForm = (): ReactElement => {
const { t } = useTranslation();
Expand Down

0 comments on commit ca2f647

Please sign in to comment.