Add comment why unused import exists

This commit is contained in:
Johannes Zellner
2026-03-18 14:49:18 +01:00
parent ba0bb62fa3
commit eb8d3ba9e7

View File

@@ -1,5 +1,6 @@
<script setup>
// keep this to load pankow Button css
import { Button } from '@cloudron/pankow';
import PublicPageLayout from '../components/PublicPageLayout.vue';