Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach7552 committed Aug 27, 2024
1 parent 87e56aa commit 13e9edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ArmorCustomization from '../../features/armor/components/ArmorCustomizati
import { resetLoadout, updateLoadoutCharacter, updateSubclass } from '../../store/LoadoutReducer';
import { ManifestSubclass } from '../../types/manifest-types';
import SubclassCustomizationWrapper from '../../features/subclass/SubclassCustomizationWrapper';
import { updateManifest } from '../../lib/bungie_api/Manifest';
import { updateManifest } from '../../lib/bungie_api/manifest';

const PageContainer = styled('div')({
display: 'flex',
Expand Down

0 comments on commit 13e9edc

Please sign in to comment.