export const checkTitleNull = async ( title : string, ) => { } export const checkBodyNull = async ( body : string, ) => { } export const getSubmitDate = async ( date : string, ) => { } export const selectTheme = async ( theme : string, ) => { let user; if( theme != "테마" ) { } } export const selectCity = async ( city : string, ) => { let user; if ( city != "도시" ) { } }