Skip to content

Commit

Permalink
fix: dashboard component
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 1, 2024
1 parent 73c2eaa commit 6345036
Show file tree
Hide file tree
Showing 30 changed files with 260 additions and 1,450 deletions.
2 changes: 1 addition & 1 deletion src/components/load-modal/load-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { tabs_title } from '@/constants/load-modal';
import { useStore } from '@/hooks/useStore';
import { localize } from '@/utils/tmp/dummy';

import GoogleDrive from '../../pages/dashboard/common/google-drive';
import GoogleDrive from '../../pages/dashboard/common/google-dialog/google-drive';
import MobileFullPageModal from '../shared_ui/mobile-full-page-modal';

import Local from './local';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/bot-builder/bot-builder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useStore } from '@/hooks/useStore';
import { localize } from '@/utils/tmp/dummy';

import LoadModal from '../../components/load-modal';
import SaveModal from '../dashboard/common/save-modal';
import SaveModal from '../dashboard/common/save-modal-dialog/save-modal';
import BotBuilderTourHandler from '../tutorials/dbot-tours/bot-builder-tour';

import QuickStrategy1 from './quick-strategy';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/bot-builder/workspace-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { observer } from 'mobx-react-lite';
import Flyout from '@/components/flyout';
import { useStore } from '@/hooks/useStore';

import StopBotModal from '../dashboard/common/stop-bot-modal';
import StopBotModal from '../dashboard/common/stop-bot-dialog/stop-bot-modal';

import Toolbar from './toolbar';
import Toolbox from './toolbox';
Expand Down
189 changes: 0 additions & 189 deletions src/pages/dashboard/cards.tsx

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6345036

Please sign in to comment.