Initial commit
This commit is contained in:
11
src/modules/remote/index.tsx
Normal file
11
src/modules/remote/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Monitor } from 'lucide-react'
|
||||
import { RemotePage } from './RemotePage'
|
||||
import { REMOTE_MODULE } from '@shared/modules/remote'
|
||||
import { createFrontendModule } from '@/lib/module-registry'
|
||||
|
||||
export default createFrontendModule(REMOTE_MODULE, {
|
||||
icon: Monitor,
|
||||
component: RemotePage,
|
||||
})
|
||||
|
||||
export { RemotePage }
|
||||
Reference in New Issue
Block a user