improve million application

This commit is contained in:
SethBurkart123
2024-03-24 09:45:27 +11:00
parent a0d710f22c
commit e1467782b0
10 changed files with 39 additions and 41 deletions
+3 -1
View File
@@ -16,7 +16,7 @@ function formatUrl (inputUrl: string) {
}
}
export default function Shortcuts() {
function Shortcuts() {
const { settingsState, setSettingsState } = useSettingsContext();
const switchChange = (shortcutName: string, isOn: boolean): void => {
@@ -153,3 +153,5 @@ export default function Shortcuts() {
</div>
);
}
export default Shortcuts;