hongbo-miao/hongbomiao.com

View on GitHub
web/src/shared/utils/paths.ts

Summary

Maintainability
A
0 mins
Test Coverage
const Paths = {
  appRootPath: '/',
  signInPath: '/signin',
  labPath: '/lab/*',

  Lab: {
    welcomePath: '',
    opaPath: 'opa',
    opalPath: 'opal',
  },
};

export default Paths;