fix code style

This commit is contained in:
2026-07-12 11:17:54 +02:00
parent d477ba0863
commit ca5df49e0c
+1 -1
View File
@@ -1,10 +1,10 @@
import "@/App.css"; import "@/App.css";
import { import {
ConsoleInstrumentation,
getWebInstrumentations, getWebInstrumentations,
initializeFaro, initializeFaro,
ReactIntegration, ReactIntegration,
ConsoleInstrumentation,
WebVitalsInstrumentation, WebVitalsInstrumentation,
} from "@grafana/faro-react"; } from "@grafana/faro-react";
import Dashboard from "@/components/Dashboard/Dashboard"; import Dashboard from "@/components/Dashboard/Dashboard";