Skip to content

Commit

Permalink
use nextjs 13
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 25, 2022
1 parent 9a2e1ce commit df98022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/[slug]/p.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import storeConfig from '../../../store.config'
* Sections: Components imported from '../components/sections' only.
* Do not import or render components from any other folder in here.
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const COMPONENTS: Record<string, ComponentType<any>> = {
ProductDetails,
BannerNewsletter,
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import storeConfig from '../../store.config'
* Sections: Components imported from '../components/sections' only.
* Do not import or render components from any other folder in here.
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const COMPONENTS: Record<string, ComponentType<any>> = {
Hero,
BannerText,
Expand Down

0 comments on commit df98022

Please sign in to comment.