File size: 97 Bytes
1e92f2d |
1 2 3 4 |
import { __nextjs_pure } from 'next/dist/build/swc/helpers'
__nextjs_pure(console.log('test!'))
|
1e92f2d |
1 2 3 4 |
import { __nextjs_pure } from 'next/dist/build/swc/helpers'
__nextjs_pure(console.log('test!'))
|