import { api } from "../axiosInstance"; export const fetchMe = async () => { const res = await api.get('/user') return res.data }