mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-08 21:15:05 -05:00
* login landing page + fixed fonts * fixed eslint errors * fixed most of typecheck errors * review comments incorporated
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
// eslint-disable-next-line
|
|
const withImages = require('next-images');
|
|
|
|
module.exports = withImages();
|