added tooltip

This commit is contained in:
plebbitor
2023-02-28 16:34:33 +01:00
parent e105097fd5
commit 08cc113295
4 changed files with 154 additions and 19 deletions
+1
View File
@@ -6,6 +6,7 @@ import Board from './components/Board';
import Thread from './components/Thread';
import Catalog from './components/Catalog';
import { createGlobalStyle } from 'styled-components';
import 'react-tooltip/dist/react-tooltip.css';
export const BoardContext = React.createContext();