mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
Replace @emotion/styled with styled-components
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import styled from '@emotion/styled';
|
||||
import {
|
||||
ScrollArea as MantineScrollArea,
|
||||
ScrollAreaProps as MantineScrollAreaProps,
|
||||
} from '@mantine/core';
|
||||
import styled from 'styled-components';
|
||||
|
||||
interface ScrollAreaProps extends MantineScrollAreaProps {
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user