Skip to content

Commit 225db3c

Browse files
committed
fix(version): import react type in pagic not other site
Signed-off-by: hylerrix <[email protected]>
1 parent d90b444 commit 225db3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pagic.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts"
1+
// @deno-types="https://deno.land/x/[email protected]/src/types/react/v16.13.1/react.d.ts"
22
import React from 'https://dev.jspm.io/[email protected]'
33

44
export default {

0 commit comments

Comments
 (0)