fix: remove unnecessary comment

This commit is contained in:
jongomez 2023-10-03 23:14:46 +01:00
parent cb7ba024f1
commit 566dfb4405

View File

@ -11,7 +11,6 @@ import { IconButton } from '../IconButton'
import { NavigateBeforeIcon, NavigateNextIcon } from '../Icons'
import { Dropdown, DropdownOption } from '../Dropdown'
// 1. Define the reducer and its actions
type Action =
| { type: 'SET_PAGE'; payload: string | string[] }
| { type: 'INCREMENT_PAGE' }