From b2f644b60aede6a0457edb9b8d8da51f8747600e Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:45:55 +0300 Subject: [PATCH] revert formatting --- examples/vite-app/src/examples/InteractiveMinimap/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vite-app/src/examples/InteractiveMinimap/index.tsx b/examples/vite-app/src/examples/InteractiveMinimap/index.tsx index b09e89a1..450758d5 100644 --- a/examples/vite-app/src/examples/InteractiveMinimap/index.tsx +++ b/examples/vite-app/src/examples/InteractiveMinimap/index.tsx @@ -1,4 +1,4 @@ -import { MouseEvent, useCallback, useState } from "react"; +import { MouseEvent, useCallback, useState } from 'react'; import ReactFlow, { MiniMap, Background,