qnq customer추가

This commit is contained in:
yscha 2025-12-17 17:22:50 +09:00
parent 58cb96824c
commit cb6391313d

View File

@ -49,6 +49,7 @@ export const defaultSession: SessionData = {
builderNm: null,
isLoggedIn: false,
role: null,
custNm: null
}
export const getSession = async () => {