import React from 'react'; import { ApiDocs } from './sections/ApiDocs'; import { Console } from './sections/Console'; import { Gallery } from './sections/Gallery'; import { Hero } from './sections/Hero'; import { Playground } from './sections/Playground'; const Logo: React.FC = () => ( ); export const App: React.FC = () => ( <> );