moving to elements
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { ReactNode } from 'react'
|
||||
import { Avatar, Button, Dropdown, Menu } from 'antd'
|
||||
import { Avatar, Dropdown, Menu } from 'antd'
|
||||
import { Header } from 'antd/lib/layout/layout'
|
||||
import { Link, useHistory } from 'react-router-dom'
|
||||
import { useUserContext } from '../../contexts/UserContext'
|
||||
|
||||
import './style.scss'
|
||||
import { Button } from '../../elements/Button'
|
||||
|
||||
type Props = {
|
||||
children: ReactNode
|
||||
|
||||
Reference in New Issue
Block a user