mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
fix: reformat frontend code
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
1c73c89d45
commit
35f7274b7f
6 changed files with 6 additions and 6 deletions
|
@ -5,5 +5,5 @@
|
|||
*/
|
||||
import type { ForkAwesomeIcons } from './fork-awesome-icons'
|
||||
|
||||
export type IconName = typeof ForkAwesomeIcons[number]
|
||||
export type IconName = (typeof ForkAwesomeIcons)[number]
|
||||
export type IconSize = '2x' | '3x' | '4x' | '5x'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue