Merge branch 'main' of github.com:defuj/eis

This commit is contained in:
kur0nek-o
2023-10-17 21:00:15 +07:00
22 changed files with 949 additions and 983 deletions

View File

@ -1,6 +1,6 @@
<template>
<Navigation />
<div class="flex flex-col flex-1 md:pl-80">
<div class="flex flex-col flex-1 h-[calc(100%-64px)] overflow-hidden md:pl-80 bg-primary-50">
<MenuProvider>
<RouterView />
</MenuProvider>