Skip to content

Commit

Permalink
readjusted format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach7552 committed Aug 30, 2024
1 parent 4535846 commit b964030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
3 changes: 2 additions & 1 deletion src/components/LoadoutCustomization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import ModCustomization from '../features/armor/components/ModCustomization';
import EquipLoadout from '../features/loadouts/components/EquipLoadout';
import AbilitiesModification from '../features/subclass/AbilitiesModification';
import { ManifestSubclass } from '../types/manifest-types';
import ShareLoadout from '../features/loadouts/components/ShareLoadout';

interface LoadoutCustomizationProps {
onBackClick: () => void;
Expand Down Expand Up @@ -71,7 +72,7 @@ const LoadoutCustomization: React.FC<LoadoutCustomizationProps> = ({
</Grid>
<Grid item md={1} sx={{ textAlign: 'center' }}>
<EquipLoadout />
SHARE LOADOUT BUTTON ?
<ShareLoadout />
</Grid>
</Grid>
</Box>
Expand Down
54 changes: 0 additions & 54 deletions src/features/armor/components/ArmorCustomization.tsx

This file was deleted.

0 comments on commit b964030

Please sign in to comment.