Skip to content

Commit

Permalink
fix: moved to partials
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Mar 13, 2024
1 parent 9e81510 commit 83f7d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/FormContainer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Heading, Paragraph } from '../shared';
import { Inputs } from '../shared/partials/FormInputs';
import Inputs from '../shared/partials/FormInputs';
import formimg from '../../assets/images/form-tickets.png';
import { feeCoverage, initialContent, inputContent, lastPartContent } from '../../data/formInformation';

Expand Down

0 comments on commit 83f7d7e

Please sign in to comment.