Fix various issues

This commit is contained in:
jeffvli
2022-12-29 18:50:57 -08:00
parent 46a23318af
commit be52f61fdb
5 changed files with 39 additions and 9 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import type { BadgeProps as MantineBadgeProps } from '@mantine/core';
import { createPolymorphicComponent } from '@mantine/core';
import { Badge as MantineBadge } from '@mantine/core';
import { createPolymorphicComponent, Badge as MantineBadge } from '@mantine/core';
import styled from 'styled-components';
export type BadgeProps = MantineBadgeProps;