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 Feb 3, 2022
1 parent 7b09bb5 commit 9d3557e
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 9d3557e

Please sign in to comment.