Skip to content

Commit 1632419

Browse files
committed
refactor: move AuthModal to ui directory and update import path in AuthGate
- Moved AuthModal component to the ui directory for better organization. - Updated the import path in AuthGate to reflect the new location of AuthModal.
1 parent 12d8c1d commit 1632419

File tree

2 files changed

+1
-1
lines changed

2 files 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,6 +1,6 @@
11
import React, { useEffect, useRef, useState } from "react";
22
import { useAuthCheck } from "./api/hooks";
3-
import AuthModal from "./auth/AuthModal";
3+
import AuthModal from "./ui/AuthModal";
44

55
/**
66
* If unauthenticated, it shows the AuthModal as an overlay, but still renders the app behind it.

0 commit comments

Comments
 (0)