Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Aug 10, 2023
1 parent ddca8c9 commit ff6ea27
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions components/Base/Panel.vue
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
<script setup lang="ts">
import type { BaseButtonProps } from '../Base/Button.vue';
export interface BasePanelProps {
title?: string;
description?: string;
image?: string;
button?: Pick<BaseButtonProps, 'label' | 'href' | 'variant'>;
}
defineProps<BasePanelProps>();
</script>

<template>
<div class="base-panel-container">
<div class="base-panel">
Expand Down

0 comments on commit ff6ea27

Please sign in to comment.