fix: Correct import to fix application error
This commit is contained in:
parent
4c60f50425
commit
1dc8b53f76
|
|
@ -1,5 +1,5 @@
|
|||
import React, { useEffect, useState } from 'react';
|
||||
import { Button } from '@custom/shared/components/Button';
|
||||
import Button from '@custom/shared/components/Button';
|
||||
import { CardBody } from '@custom/shared/components/Card';
|
||||
import Field from '@custom/shared/components/Field';
|
||||
import { TextInput, SelectInput } from '@custom/shared/components/Input';
|
||||
|
|
|
|||
Loading…
Reference in New Issue