vite example 코드 추가가
This commit is contained in:
parent
bb430d8a24
commit
24908eac6b
@ -5,6 +5,8 @@ import { Helmet, HelmetProvider } from 'react-helmet-async';
|
|||||||
|
|
||||||
const Route1 = () => {
|
const Route1 = () => {
|
||||||
|
|
||||||
|
console.log(`${import.meta.env.VITE_API_SERVER_IP}`)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
const [userId, setUserId] = useState(""); // 일반 문자열 아이디
|
const [userId, setUserId] = useState(""); // 일반 문자열 아이디
|
||||||
const [password, setPassword] = useState("");
|
const [password, setPassword] = useState("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user