Skip to content

Commit 72a3f1f

Browse files
committed
Fix ThemeUIProvider component
1 parent bfdd74c commit 72a3f1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/theme-ui/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import {
44
type ThemeUIStyleObject,
55
} from '@theme-ui/core'
66
import React from 'react'
7-
import BaseThemeProvider, {
7+
import {
8+
ThemeProvider as BaseThemeProvider,
89
type ThemeProviderProps,
910
} from '@theme-ui/theme-provider'
1011
export {

0 commit comments

Comments
 (0)