mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
Replace @emotion/styled with styled-components
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import styled from '@emotion/styled';
|
||||
import {
|
||||
Popover as MantinePopover,
|
||||
PopoverProps as MantinePopoverProps,
|
||||
PopoverDropdownProps as MantinePopoverDropdownProps,
|
||||
} from '@mantine/core';
|
||||
import styled from 'styled-components';
|
||||
|
||||
type PopoverProps = MantinePopoverProps;
|
||||
type PopoverDropdownProps = MantinePopoverDropdownProps;
|
||||
|
||||
Reference in New Issue
Block a user