added missing button-inside css file in MarkmapFrame (#663)

This commit is contained in:
Philip Molares 2020-10-10 12:24:19 +02:00 committed by GitHub
parent 053edb9ace
commit fe40d7247d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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