Removed useless call to event store for now

This commit is contained in:
Alexis
2024-05-03 17:22:12 +02:00
parent 1ba5cef564
commit bfa7f1aea5

View File

@@ -1,8 +1,4 @@
<script lang="ts" setup>
import { useCalendarEvents } from '@/stores/EventStore'
const { currentEvents } = useCalendarEvents()
</script>
<script lang="ts" setup></script>
<template>
<div>Century</div>