Skip to content

Commit 02bc2b9

Browse files
author
mostafa rastegar
committed
fix: resolve import package in example file
1 parent 66cb1cb commit 02bc2b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- next
77

88

9-
permission:
9+
permissions:
1010
contents: write
1111
issue: write
1212
pull-request: write

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import createStore from "react-constore";
2+
import createStore from "react-constore"; // fix error
33

44
// Create store
55
const store = createStore({

0 commit comments

Comments
 (0)