Skip to content

Commit

Permalink
refactored abilities mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach7552 committed Aug 22, 2024
1 parent 937be52 commit 1c916a5
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 219 deletions.
2 changes: 1 addition & 1 deletion src/app/routes/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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
Loading

0 comments on commit 1c916a5

Please sign in to comment.