diff --git a/src/app/App.tsx b/src/app/App.tsx index e37b527b..4b21157d 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2020 The Pybricks Authors +// Copyright (c) 2020-2021 The Pybricks Authors import { Classes } from '@blueprintjs/core'; import React, { useState } from 'react'; @@ -17,10 +17,113 @@ import { isMacOS } from '../utils/os'; import 'react-splitter-layout/lib/index.css'; import './app.scss'; +const Docs: React.FunctionComponent = (_props) => { + const dispatch = useDispatch(); + + return ( +