Skip to content

Commit eb68a19

Browse files
committed
Dashboard adjustments
1 parent 47b5f36 commit eb68a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/routes/Dashboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { SharedLoadoutDto } from '../../features/loadouts/types';
2323
import { decodeLoadout } from '../../features/loadouts/util/loadout-encoder';
2424
import { getDestinyMembershipId } from '../../features/membership/bungie-account';
2525
import { getProfileData } from '../../features/profile/profile-data';
26-
import FragmentStats from '../../features/subclass/components/FragmentStats';
2726
import SubclassCustomizationWrapper from '../../features/subclass/components/SubclassCustomizationWrapper';
2827
import { DAMAGE_TYPE, STATS } from '../../lib/bungie_api/constants';
2928
import { updateManifest } from '../../lib/bungie_api/manifest';
@@ -56,6 +55,7 @@ import {
5655
} from '../../types/d2l-types';
5756
import { ManifestExoticArmor } from '../../types/manifest-types';
5857
import background from '/assets/background.png';
58+
import FragmentStats from '@/features/subclass/components/FragmentStats';
5959

6060
const DashboardContent = styled(Grid)(({ theme }) => ({
6161
backgroundImage: `url(${background})`,
@@ -477,7 +477,7 @@ export const Dashboard: React.FC = () => {
477477
<Filters />
478478
</Grid>
479479
<Grid item alignSelf="flex-start">
480-
<StatModifications />
480+
<FragmentStats />
481481
</Grid>
482482
</Grid>
483483
<Grid item md={4} sx={{ marginTop: '1%' }}>

0 commit comments

Comments
 (0)