mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
import Link from 'next/link'
|
|
|
|
export const textValue = 'text-value'
|
|
export const TestLink = Link
|