feat(ui): tidy up model manager styling

fixes #2970
This commit is contained in:
psychedelicious
2023-03-19 16:21:58 +11:00
parent 6ecf53078f
commit 93b38707b2
7 changed files with 80 additions and 90 deletions

View File

@@ -0,0 +1,8 @@
import { chakra } from '@chakra-ui/react';
/**
* Chakra-enabled <form />
*/
const IAIForm = chakra.form;
export default IAIForm;