Skip to content

Commit a8a498d

Browse files
committed
refactor: update App imports
1 parent 17a9d8d commit a8a498d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

example/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import React from 'react';
22
import { createStore } from 'redux';
3-
import Comp from './Comp';
43
import Test from './Test';
54
import { RestateProvider } from 'use-restate';
6-
// import { RestateProvider } from '../src';
75

86
const Actions = {
97
INCREMENT: 'INCREMENT',

0 commit comments

Comments
 (0)