add short description on top of pages

This commit is contained in:
Maarten de Waard 2022-10-05 11:58:54 +02:00
parent fef455074a
commit 6f5ddcf527
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
5 changed files with 34 additions and 2 deletions

View file

@ -1,4 +1,9 @@
/* eslint-disable react-hooks/exhaustive-deps */
/**
* This page shows a table of all users. It is only available for Admin users.
*
* Admin users can add one or more users, or edit a user.
*/
import React, { useState, useCallback, useEffect, useMemo } from 'react';
import { SearchIcon, PlusIcon, ViewGridAddIcon } from '@heroicons/react/solid';
import { CogIcon, TrashIcon } from '@heroicons/react/outline';