Format codebase

This commit is contained in:
Thomas Camlong
2025-04-17 18:03:26 +02:00
parent b63e8f549a
commit 86edee2778
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { cn } from "@/lib/utils"
import React from "react"
import type React from "react"
interface BackgroundWrapperProps {
children: React.ReactNode