Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fix: Bad export of file settings
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Sep 18, 2021
1 parent 1501d49 commit 491560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ const SettingsPage: React.FC = ({ navigation }) => {
);
};

export { SettingsPage as default, FilePage, QRSettings };
export { SettingsPage as default, FilePage as FileSettings, QRSettings };

0 comments on commit 491560f

Please sign in to comment.