spelling: abstract

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 00:51:52 -04:00
parent 59e3a4016b
commit 1cf11e020f
14 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ import { CustomerFormProvider } from './CustomerFormProvider';
import CustomerFormFormik from './CustomerFormFormik';
/**
* Abstructed customer form.
* Abstracted customer form.
*/
export default function CustomerForm({ customerId }) {
return (