import axios from 'axios'; import { createPinia } from 'pinia'; export const api = axios.create(); export const pinia = createPinia();