nice search functionality

This commit is contained in:
talksik
2022-05-27 23:18:13 -05:00
parent 7cb8e2d784
commit 0e28c1889b
2 changed files with 13 additions and 3 deletions
@@ -1,5 +1,5 @@
import React from 'react';
import { Box, styled, Typography } from '@mui/material';
import { Box, Typography } from '@mui/material';
import { blueGrey } from '@mui/material/colors';
export default function KeyboardShortcutLabel({ label }: { label: string }) {