import type { FunctionalComponent } from 'preact'; import { h } from 'preact'; import './LanguageSelect.css'; const LanguageSelect: FunctionalComponent<{ lang: string }> = ({ lang }) => { return (
); }; export default LanguageSelect; /SpectralSolver/SpectralAlgorithms?id=ae89e95c1636f28e2d88a93620c20f4c4acfbfeb&showmsg=1&follow=1'>SpectralAlgorithms (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Update landing page of WarpX documentation (#1538)Gravatar Remi Lehe 1-9/+2