Skip to content

Commit f1a319b

Browse files
authored
fix(preset): mobx-react-lite has no members from mobx (unplugin#157)
1 parent 746fc73 commit f1a319b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/presets/mobx-react-lite.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import type { ImportsMap } from '../types'
2-
import { mobx } from './mobx'
32

43
export default <ImportsMap>({
4+
// https://mobx.js.org/api.html
55
'mobx-react-lite': [
6-
// https://pinia.esm.dev/api/modules/pinia.html#functions
7-
...mobx,
86
'observer',
97
'Observer',
108
'useLocalObservable',

0 commit comments

Comments
 (0)