Fixed linting errors
parent
3a18aa10dd
commit
da64dae568
|
@ -1,4 +1,4 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||||
const withTM = require("next-transpile-modules")(["react-timezone-select"]);
|
const withTM = require("next-transpile-modules")(["react-timezone-select"]);
|
||||||
|
|
||||||
// TODO: Revisit this later with getStaticProps in App
|
// TODO: Revisit this later with getStaticProps in App
|
||||||
|
|
Loading…
Reference in New Issue