You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import config from '@/config.js'
|
|
import toast from './toast.js';
|
|
import format from './format.js';
|
|
import errorReport from './errorReport.js';
|
|
export default {
|
|
toast,
|
|
format,
|
|
config,
|
|
errorReport,
|
|
}; |