import { withBase } from '../utils'; import NavBarLinks from './NavBarLinks.vue'; export default { components: { NavBarLinks }, setup() { return { withBase }; } };