Изменил роутинг на страницу новой мед-карты

This commit is contained in:
DwCay
2023-03-30 13:03:36 +03:00
parent 35ab2c9b85
commit fbbcb6eac3
14 changed files with 25 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
<template lang="pug">
medical-card-wrapper
</template>
<script>
import MedicalCardWrapper from "@/pages/oldMedicalCard/components/MedicalCardWrapper";
export default {
name: "TheMedicalCard",
components: { MedicalCardWrapper },
};
</script>
<style lang="sass" scoped></style>