feat: calendar matchings (#173)

* feat: calendar matchings

* fix: build

* refactor: resolve pr comments

* fix: destrucure editorRef

---------

Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
Razboy20
2024-03-17 00:32:50 -05:00
committed by GitHub
parent df1849180d
commit 791a42bcd4
23 changed files with 243 additions and 410 deletions

View File

@@ -8,7 +8,7 @@ import React from 'react';
*/
export default function CalendarMain() {
return (
<ExtensionRoot>
<ExtensionRoot className='h-full w-full'>
<Calendar />
</ExtensionRoot>
);