mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
address lint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { StrictMode } from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import { setWasmUrl } from "@lottiefiles/dotlottie-react";
|
||||
import lottieWasmUrl from "@lottiefiles/dotlottie-web/dist/dotlottie-player.wasm?url";
|
||||
import { createRouter, RouterProvider } from "@tanstack/react-router";
|
||||
import NProgress from "nprogress";
|
||||
import { setWasmUrl } from '@lottiefiles/dotlottie-react';
|
||||
import lottieWasmUrl from '@lottiefiles/dotlottie-web/dist/dotlottie-player.wasm?url';
|
||||
|
||||
import { ContentLoader } from "./components/v2";
|
||||
import { queryClient } from "./hooks/api/reactQuery";
|
||||
|
||||
Reference in New Issue
Block a user