Programmer-RD-AI
feat: add Paragraph component and types for typography
a8aec61
raw
history blame
125 Bytes
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
devIndicators: false
}
export default nextConfig