From 82b1c9dd34dac7a6f38f20a0ce3d36630782abb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Tue, 9 Jan 2024 01:18:35 +0100
Subject: [PATCH] Bugfix

---
 src/components/onboarding/index.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/onboarding/index.jsx b/src/components/onboarding/index.jsx
index 2259010..ef8709e 100644
--- a/src/components/onboarding/index.jsx
+++ b/src/components/onboarding/index.jsx
@@ -1,6 +1,6 @@
 import React from "react";
 
-import Chip from "components/Chip";
+// import Chip from "components/Chip";
 
 export { default as Beacon } from "./Beacon";
 
-- 
GitLab