created my calendar main
This commit is contained in:
6
src/views/components/MyCalendarMain.tsx
Normal file
6
src/views/components/MyCalendarMain.tsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import ExtensionRoot from './common/ExtensionRoot/ExtensionRoot';
|
||||||
|
|
||||||
|
export default function MyCalendarMain() {
|
||||||
|
return <ExtensionRoot>MyCalendarMain</ExtensionRoot>;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user