Skip to content

Commit 4b08938

Browse files
committed
refactor: clean up import statement in AuthGate.tsx
- Removed unnecessary comment from the import statement for useAppConfig to improve code clarity.
1 parent bc2b674 commit 4b08938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/AuthGate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useEffect, useRef, useState } from "react";
2-
import { useAppConfig } from "./hooks/useAppConfig"; // Import useAppConfig
2+
import { useAppConfig } from "./hooks/useAppConfig";
33
import { useAuthStatus } from "./hooks/useAuthStatus";
44

55
/**

0 commit comments

Comments
 (0)