chore: move all components into Components dir with pascal case (#934)
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user