Skip to content

Commit

Permalink
#79 rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Jan 8, 2021
1 parent 3175cd5 commit c762576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Visualization/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useMemo, useRef } from 'react';
import { StageTypes } from '@/models/StageTypes';
import { useUIProperty } from '@/shared/hooks';
import UserVisualization from './Profile';
import Profile from './Profile';
import Container from './shared/Container';

const Order = {
Expand All @@ -28,7 +28,7 @@ const Visualization = () => {

return (
<Container>
<UserVisualization
<Profile
$active={stage === StageTypes.profile}
$prev={from === StageTypes.profile}
$dir={dir}
Expand Down

0 comments on commit c762576

Please sign in to comment.