Switch the base framework from Create React App to Next.JS

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Renovate Bot 2021-12-25 15:44:24 +00:00 committed by Tilman Vatteroth
parent a979b6ffdd
commit 77a60c6c48
361 changed files with 5130 additions and 9605 deletions

View file

@ -7,8 +7,8 @@
import React, { useMemo, useState } from 'react'
import { Table } from 'react-bootstrap'
import { Trans, useTranslation } from 'react-i18next'
import './cheatsheet.scss'
import { CheatsheetLine } from './cheatsheet-line'
import styles from './cheatsheet.module.scss'
export const CheatsheetTabContent: React.FC = () => {
const { t } = useTranslation()
@ -38,7 +38,7 @@ export const CheatsheetTabContent: React.FC = () => {
)
return (
<Table className='table-condensed table-cheatsheet'>
<Table className={`table-condensed ${styles['table-cheatsheet']}`}>
<thead>
<tr>
<th>