Skip to content

Commit add81de

Browse files
authored
fix: missing import in settings fix
1 parent d785f14 commit add81de

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

@@ -110,4 +110,4 @@ export function patchTabsUI(unpatches: (() => void | boolean)[]) {
110110
});
111111
}));
112112
}
113-
};
113+
};

0 commit comments

Comments
 (0)