/*
import axios from 'axios';
export function getData() {
return axios.get("http://127.0.0.1:5000/home")
}*/