8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import type { Extension } from '@/lib/extensions/types'
|
|
|
|
export const calendarExtension: Extension = {
|
|
id: 'calendar',
|
|
name: 'Kalender',
|
|
version: '1.0.0',
|
|
}
|