const errorMsgTpmServe = "Ensure that the 'tpm serve' command is running and that a valid configuration file exists in the root of your project.";
const errorMsgFetchingData = `Failed to fetch data from backend. ${errorMsgTpmServe}`;
export { errorMsgFetchingData };