Update page.tsx

This commit is contained in:
MacRimi 2025-02-14 11:29:22 +01:00 committed by GitHub
parent c1d63df0f7
commit f56c568a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
"use client"
import CopyableCode from "@/components/CopyableCode"
export default function InstallationPage() {