stadardize site slector sector selctor
This commit is contained in:
@@ -26,6 +26,7 @@ import {
|
||||
import { useSiteStore } from '../../store/siteStore';
|
||||
import { useSectorStore } from '../../store/sectorStore';
|
||||
import { usePageSizeStore } from '../../store/pageSizeStore';
|
||||
import PageHeader from '../../components/common/PageHeader';
|
||||
import { getDifficultyLabelFromNumber, getDifficultyRange } from '../../utils/difficulty';
|
||||
import FormModal from '../../components/common/FormModal';
|
||||
import ProgressModal from '../../components/common/ProgressModal';
|
||||
@@ -751,6 +752,7 @@ export default function Keywords() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Keywords" />
|
||||
<TablePageTemplate
|
||||
title="Keywords"
|
||||
titleIcon={<ListIcon className="text-brand-500 size-5" />}
|
||||
|
||||
Reference in New Issue
Block a user