fix(shadow-wrapper): change css module file name

This commit is contained in:
RadoslavDimchev 2024-03-27 08:57:09 +02:00 committed by Radoslav Dimchev
parent 7b6a9ad43e
commit 39a481bca9
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { ReactNode } from 'react'
import { useTheme } from 'tamagui'
import NimbusLogoMark from '../Logos/NimbusLogoMark'
import styles from './index.module.css'
import styles from './page-wrapper-shadow.module.css'
type PageWrapperShadowProps = {
breadcrumbBar?: ReactNode