chore: move all components into Components dir with pascal case (#934)

This commit is contained in:
Mo
2022-03-17 11:38:45 -05:00
committed by GitHub
parent 42b84ef9b1
commit c29e45795d
89 changed files with 370 additions and 259 deletions

View File

@@ -1,4 +1,4 @@
import { PreferenceId } from '@/preferences/PreferencesMenu';
import { PreferenceId } from '@/components/Preferences/PreferencesMenu';
import { action, computed, makeObservable, observable } from 'mobx';
const DEFAULT_PANE = 'account';

View File

@@ -1,4 +1,4 @@
import { loadPurchaseFlowUrl } from '@/purchaseFlow/PurchaseFlowWrapper';
import { loadPurchaseFlowUrl } from '@/components/PurchaseFlow/PurchaseFlowWrapper';
import { action, makeObservable, observable } from 'mobx';
import { WebApplication } from '../application';