test frontend build

This commit is contained in:
Mohit Panjwani
2022-12-17 17:43:01 +05:30
parent e0e9aff6d1
commit 5a8e30d748
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@
class="h-screen h-screen-ios overflow-y-auto md:pl-56 xl:pl-64 min-h-0"
>
<div class="pt-16 pb-16">
<h1>Testing</h1>
<router-view />
</div>
</main>

View File

@ -1,5 +1,6 @@
<template>
<div class="h-screen overflow-y-auto text-base">
<h1>Testing</h1>
<NotificationRoot />
<div class="container mx-auto px-4">

View File

@ -93,6 +93,9 @@
>
{{ pageHeading }}
</h1>
<h1>Testing</h1>
<p
class="
hidden