Commit e2f6f62c authored by Max Alekseenko's avatar Max Alekseenko

move components to sub-directories

parent dd725260
......@@ -19,7 +19,7 @@ import { growthBook } from 'lib/growthbook/init';
import useLoadFeatures from 'lib/growthbook/useLoadFeatures';
import useNotifyOnNavigation from 'lib/hooks/useNotifyOnNavigation';
import { SocketProvider } from 'lib/socket/context';
import RewardsLoginModal from 'ui/rewards/RewardsLoginModal';
import RewardsLoginModal from 'ui/rewards/login/RewardsLoginModal';
import AppErrorBoundary from 'ui/shared/AppError/AppErrorBoundary';
import AppErrorGlobalContainer from 'ui/shared/AppError/AppErrorGlobalContainer';
import GoogleAnalytics from 'ui/shared/GoogleAnalytics';
......
......@@ -4,10 +4,10 @@ import React, { useEffect } from 'react';
import config from 'configs/app';
import { useRewardsContext } from 'lib/contexts/rewards';
import { apos } from 'lib/html-entities';
import DailyRewardClaimButton from 'ui/rewards/DailyRewardClaimButton';
import DailyRewardClaimButton from 'ui/rewards/dashboard/DailyRewardClaimButton';
import RewardsDashboardCard from 'ui/rewards/dashboard/RewardsDashboardCard';
import RewardsDashboardCardValue from 'ui/rewards/dashboard/RewardsDashboardCardValue';
import ReadOnlyInputWithCopy from 'ui/rewards/ReadOnlyInputWithCopy';
import RewardsDashboardCard from 'ui/rewards/RewardsDashboardCard';
import RewardsDashboardCardValue from 'ui/rewards/RewardsDashboardCardValue';
import LinkExternal from 'ui/shared/links/LinkExternal';
import PageTitle from 'ui/shared/Page/PageTitle';
import useRedirectForInvalidAuthToken from 'ui/snippets/auth/useRedirectForInvalidAuthToken';
......
......@@ -3,7 +3,7 @@ import React from 'react';
import HintPopover from 'ui/shared/HintPopover';
import MeritsIcon from './MeritsIcon';
import MeritsIcon from '../MeritsIcon';
type Props = {
label: string;
......
......@@ -6,8 +6,8 @@ import { route } from 'nextjs-routes';
import { useRewardsContext } from 'lib/contexts/rewards';
import IconSvg from 'ui/shared/IconSvg';
import MeritsIcon from '../MeritsIcon';
import ReadOnlyInputWithCopy from '../ReadOnlyInputWithCopy';
import MeritsIcon from '../../MeritsIcon';
import ReadOnlyInputWithCopy from '../../ReadOnlyInputWithCopy';
type Props = {
isReferral: boolean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment