fix: Correct import to fix application error

This commit is contained in:
Markus Dücker 2022-01-14 10:31:21 +01:00
parent 4c60f50425
commit 1dc8b53f76
1 changed files with 1 additions and 1 deletions

View File

@ -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';