Skip to content

Commit 4bb3339

Browse files
authored
fix(settings): add missing import
1 parent 7c65967 commit 4bb3339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/ui/settings/patches/tabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { after } from "@lib/api/patcher";
22
import { TableRow } from "@metro/common/components";
33
import { findByNameLazy, findByPropsLazy } from "@metro/wrappers";
44
import { registeredSections } from "@ui/settings";
5-
5+
import { Strings } from "@core/i18n";
66
import { CustomPageRenderer, wrapOnPress } from "./shared";
77
import { findInReactTree } from "@lib/utils";
88

@@ -117,4 +117,4 @@ export function patchTabsUI(unpatches: (() => void | boolean)[]) {
117117
});
118118
}));
119119
}
120-
};
120+
};

0 commit comments

Comments
 (0)