Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6811)
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
Vakarva authored Sep 25, 2024
1 parent 27716f8 commit 5193ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/pages/theming/theme-object.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ const themeOverride = createTheme({
export const theme = mergeMantineTheme(DEFAULT_THEME, themeOverride);
```

Then your will be able to import it anywhere in your application:
Then you will be able to import it anywhere in your application:

```tsx
import { theme } from './theme';
Expand Down

0 comments on commit 5193ba7

Please sign in to comment.