Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • writeToBackend
  • feature/showResultInEndView
  • reihenfolge_view
  • admin_experimental
  • issue8/ReactRouter
6 results

index.tsx

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.tsx 134 B
    import React from 'react'
    
    const AdminHome = () => {
        return <div>Placeholder for Admin Interface</div>
    }
    export default AdminHome