Simplify changing reader desktop quick settings
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
import Stack from '@mui/material/Stack';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
interface SuperscriptProps {
|
||||
superscript: string;
|
||||
text: string;
|
||||
text: ReactNode;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user