fix(shadow-wrapper): change css module file name
This commit is contained in:
parent
7b6a9ad43e
commit
39a481bca9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue