File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { SharedLoadoutDto } from '../../features/loadouts/types';
23
23
import { decodeLoadout } from '../../features/loadouts/util/loadout-encoder' ;
24
24
import { getDestinyMembershipId } from '../../features/membership/bungie-account' ;
25
25
import { getProfileData } from '../../features/profile/profile-data' ;
26
- import FragmentStats from '../../features/subclass/components/FragmentStats' ;
27
26
import SubclassCustomizationWrapper from '../../features/subclass/components/SubclassCustomizationWrapper' ;
28
27
import { DAMAGE_TYPE , STATS } from '../../lib/bungie_api/constants' ;
29
28
import { updateManifest } from '../../lib/bungie_api/manifest' ;
@@ -56,6 +55,7 @@ import {
56
55
} from '../../types/d2l-types' ;
57
56
import { ManifestExoticArmor } from '../../types/manifest-types' ;
58
57
import background from '/assets/background.png' ;
58
+ import FragmentStats from '@/features/subclass/components/FragmentStats' ;
59
59
60
60
const DashboardContent = styled ( Grid ) ( ( { theme } ) => ( {
61
61
backgroundImage : `url(${ background } )` ,
@@ -477,7 +477,7 @@ export const Dashboard: React.FC = () => {
477
477
< Filters />
478
478
</ Grid >
479
479
< Grid item alignSelf = "flex-start" >
480
- < StatModifications />
480
+ < FragmentStats />
481
481
</ Grid >
482
482
</ Grid >
483
483
< Grid item md = { 4 } sx = { { marginTop : '1%' } } >
You can’t perform that action at this time.
0 commit comments