Skip to content

Commit

Permalink
chore: Enlève BandeauDemo qui ne semble ni marcher ni être utilisé
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Nov 3, 2023
1 parent f0ea672 commit 74b1f76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
3 changes: 0 additions & 3 deletions src/app.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<template>
<component :is="layout">
<BandeauDemo />
<router-view />
</component>
</template>

<script lang="ts">
import iFrameLayout from "@/components/iframe-layout.vue"
import BandeauDemo from "@/components/bandeau-demo.vue"
import context from "@/context/index.js"
import { persistDataOnSessionStorage, useStore } from "@/stores/index.js"
import storageService from "@/lib/storage-service.js"
Expand All @@ -17,7 +15,6 @@ const { BaseLayout, MesAidesLayout } = context
export default {
name: "App",
components: {
BandeauDemo,
BaseLayout,
iFrameLayout,
MesAidesLayout,
Expand Down
65 changes: 0 additions & 65 deletions src/components/bandeau-demo.vue

This file was deleted.

0 comments on commit 74b1f76

Please sign in to comment.