Add this Groups tab content after the Support tab in AdminControlPanel.tsx:

          {/* Groups Management Tab */}
          <TabsContent value="groups">
            <AdminGroupsManagement />
          </TabsContent>

This should be inserted around line 700+ in the AdminControlPanel.tsx file, after the Support tab content.