Add LandSAR cluster worker deployment

This commit is contained in:
2026-06-24 14:10:58 +08:00
parent 71c524967c
commit da09ba05cb
88 changed files with 9300 additions and 3011 deletions
-2
View File
@@ -1,7 +1,6 @@
import React, { useEffect, useState } from 'react';
import apiClient from './api/client';
const LoginPage = ({ onLoginSuccess }) => {
const [username, setUsername] = useState('');
const [password, setPassword] = useState('');
@@ -105,5 +104,4 @@ const LoginPage = ({ onLoginSuccess }) => {
);
};
export default LoginPage;