import config from '@/config.js'
import toast from './toast.js';
import format from './format.js';
export default {
toast,
format,
config,
};