use linkify to automatically convert links to href (#15)

This commit is contained in:
Doh
2025-01-03 21:38:36 -05:00
committed by GitHub
parent 140bb9b3e9
commit a4af30bd23
9 changed files with 78 additions and 226 deletions

View File

@@ -1,4 +1,5 @@
import Header from './Header'
import LinkifyComponent from './linkify'
import Navigation from './Navigation'
export default function Layout({ children }: { children: React.ReactNode }) {