added test logic for adaptive

This commit is contained in:
Kostya
2023-11-26 18:06:52 +03:00
parent 5a7226f35e
commit 5ea14bc077
2 changed files with 36 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="content-grid__mobile-home">
<h1>mobile</h1>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>