가져온 후 내보낸 모듈이 정의되지 않았습니다. 이 모든 것이 유효했습니다만, 변경을 가했습니다만, 서비스가 정의되어 있지 않습니다. _service 폴더에 기본 서비스가 있습니다. import config from 'config'; import { authHeader } from '../_helpers'; export const subscriptionService = { getFullMenu }; function getFullMenu() { const requestOptions = { method: 'GET', headers: authHeader() }; return fetch(`${config.apiUrl}/subscriptions/fullmealselection`, requestOptions).the..