moving to elements

This commit is contained in:
Elijah Lucian
2021-07-13 17:51:30 -06:00
parent 2b94223389
commit 49a3fa1d5f
5 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -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