2
0

docs(dashboard): 📝 Add 2.0 annoucement modal

This commit is contained in:
Baptiste Arnaud
2022-02-16 06:47:06 +01:00
parent c502bbb93b
commit ab9c55e297
4 changed files with 88 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import { redeemCoupon } from 'services/coupons'
import { Spinner, useToast } from '@chakra-ui/react'
import { pay } from 'services/stripe'
import { useUser } from 'contexts/UserContext'
import { Banner } from 'components/shared/Banner'
import { Banner } from 'components/dashboard/annoucements/AnnoucementBanner'
const DashboardPage = () => {
const [isLoading, setIsLoading] = useState(false)