We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9d8d commit a8a498dCopy full SHA for a8a498d
1 file changed
example/App.tsx
@@ -1,9 +1,7 @@
1
import React from 'react';
2
import { createStore } from 'redux';
3
-import Comp from './Comp';
4
import Test from './Test';
5
import { RestateProvider } from 'use-restate';
6
-// import { RestateProvider } from '../src';
7
8
const Actions = {
9
INCREMENT: 'INCREMENT',
0 commit comments