mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-22 19:41:15 +01:00
chore: format codebase
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { useEffect, useRef } from "react"
|
||||
export function Carbon() {
|
||||
// biome-ignore lint/style/noNonNullAssertion: <explanation>
|
||||
const ref = useRef<HTMLDivElement>(null!)
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
return null
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
const serve = "CW7IKKQM"
|
||||
const placement = "dashboardiconscom"
|
||||
@@ -16,6 +10,11 @@ export function Carbon() {
|
||||
ref.current.appendChild(s)
|
||||
}, [])
|
||||
|
||||
const ref = useRef<HTMLDivElement>(null!)
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user