Skip to content

Commit

Permalink
stats
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 11, 2024
1 parent b550cb6 commit 6d8535f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/orchestra/stats/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useFrame } from "@darkroom.engineering/hamo"
import { useEffect, useMemo } from "react"
import _Stats from "stats-gl"
import s from "./stats.module.css"
import { useFrame } from '@darkroom.engineering/hamo'
import { useEffect, useMemo } from 'react'
import _Stats from 'stats-gl'
import s from './stats.module.css'

export function Stats() {
const stats = useMemo(() => new _Stats({ minimal: false }), [])
Expand Down

1 comment on commit 6d8535f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 95
🟢 Accessibility: 90
🟢 Best practices: 96
🟠 SEO: 63

Lighthouse ran on https://satus-6r30vmpm5-darkroom-engineering.vercel.app/

Please sign in to comment.