Skip to content

Commit

Permalink
#75 Rename UserVisualization to Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Jan 8, 2021
1 parent 46d6150 commit 7e96fdc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Visualization/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useMemo, useRef } from 'react';
import { StageTypes } from '@/models/StageTypes';
import { useUIProperty } from '@/shared/hooks';
import UserVisualization from './Profile';
import Container from './shared/Container';
import UserVisualization from './UserVisualization';

const Order = {
[StageTypes.profile]: 0,
Expand Down

0 comments on commit 7e96fdc

Please sign in to comment.