Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 01:14:01 +00:00
co-authored by renee-png
parent 46ed67e332
commit ed20e47fd4
+1
View File
@@ -11,6 +11,7 @@ export const Route = createFileRoute("/settings")({
const TABS = [
{ to: "/settings", label: "Company", exact: true },
{ to: "/settings/fees", label: "Fee schedule" },
{ to: "/settings/workflow", label: "Collections workflow" },
];
function SettingsLayout() {