Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Nov 28, 2023
1 parent a06e04a commit fcfce09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions integration/cra/src/App.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import logo from './logo.svg';
import './App.css';
import { useUnit } from 'effector-react';

import { $pending } from './demo';
import { useUnit } from 'effector-react';

import logo from './logo.svg';
import './App.css';

function App() {
return (
Expand Down

0 comments on commit fcfce09

Please sign in to comment.