Skip to content
Snippets Groups Projects
Commit 7924bc8b authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Remove obsolete component

parent e4dda5ef
No related branches found
No related tags found
No related merge requests found
<template>
<div class="row">
<div class="col-md-11 col-lg-10">
<slot />
</div>
<right-sidebar id="rightSidebar">
<slot name="sidebar" />
</right-sidebar>
</div>
</template>
<script>
import RightSidebar from "./RightSidebar.vue";
export default {
components: { RightSidebar },
};
</script>
<style></style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment