Skip to content

Commit 3bea9af

Browse files
committed
merge conflicts
1 parent 1d373e1 commit 3bea9af

File tree

2 files changed

+71
-18
lines changed

2 files changed

+71
-18
lines changed

package-lock.json

Lines changed: 71 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/components/StateRoute.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ import AtomsRelationship from './AtomsRelationship.jsx';
1818
import Example from './AtomsRelationship.jsx';
1919
import { ParentSize } from '@visx/responsive';
2020
import { Console } from 'console';
21-
<<<<<<< HEAD
2221
import Legendary from './legend';
23-
=======
24-
>>>>>>> staging
2522

2623
const History = require('./History').default;
2724

@@ -50,10 +47,6 @@ const StateRoute = (props: StateRouteProps) => {
5047
const { snapshot, hierarchy, snapshots, viewIndex } = props;
5148

5249
const isRecoil = snapshot.atomsComponents ? true : false;
53-
<<<<<<< HEAD
54-
=======
55-
56-
>>>>>>> staging
5750
const [noRenderData, setNoRenderData] = useState(false);
5851

5952
// component map zoom state
@@ -102,13 +95,6 @@ const StateRoute = (props: StateRouteProps) => {
10295
<Example width={width} height={height} snapshots={snapshots} />
10396
)}
10497
</ParentSize>
105-
<<<<<<< HEAD
106-
107-
// atomsComponents={snapshot.atomsComponents}
108-
// atomSelectors={snapshot.atomSelectors}
109-
// />
110-
=======
111-
>>>>>>> staging
11298
);
11399

114100
// the hierarchy gets set on the first click in the page

0 commit comments

Comments
 (0)