feat: new colour picker

- General Fixes
- Event UI change
- Marketplace Collection UI Changes

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-05-17 16:29:32 +01:00
parent ea5cba2e17
commit b102269161
48 changed files with 417 additions and 1007 deletions

View File

@@ -55,4 +55,5 @@ function ChipSelect({ label, options }) {
);
}
export default memo(ChipSelect);
const MemoizedChipSelect = memo(ChipSelect);
export { ChipSelect as default, MemoizedChipSelect as ChipSelect };