index.js 77 B

12345
  1. import { route } from '#/common/router';
  2. export const store = {
  3. route,
  4. };