mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-21 04:34:44 +00:00
added missing button-inside css file in MarkmapFrame (#663)
This commit is contained in:
parent
053edb9ace
commit
fe40d7247d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import React, { Fragment, useEffect, useRef, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { LockButton } from '../../../common/lock-button/lock-button'
|
||||
import '../../utils/button-inside.scss'
|
||||
|
||||
export interface MarkmapFrameProps {
|
||||
code: string
|
||||
|
|
Loading…
Reference in a new issue