[examples/fivethirtyeight][lg] - first commmit of 538 Example

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-08 20:44:13 -03:00
parent 6705bc1e2d
commit c85934d17a
18 changed files with 7022 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig