add hoverbuttons

This commit is contained in:
Danny Avila 2023-03-03 08:51:33 -05:00
parent 50ff96cbc5
commit ec7aaf01a4
6 changed files with 97 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import Clipboard from '../svg/Clipboard';
export default function Embed({ children, language = '', matched}) {