From cb142e6aeb60462e519267e3aadc19b1721aff37 Mon Sep 17 00:00:00 2001 From: Rida Abou-Haidar Date: Thu, 10 Oct 2024 13:48:18 -0400 Subject: [PATCH] remove CBIGR override comments --- jsx/LoadingBar.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsx/LoadingBar.js b/jsx/LoadingBar.js index 261d3680510..9fd0b068915 100644 --- a/jsx/LoadingBar.js +++ b/jsx/LoadingBar.js @@ -1,4 +1,3 @@ -// ########### CBIGR START ########### import React from 'react'; /** @@ -44,4 +43,3 @@ function LoadingBar(props) { }; export default LoadingBar; -// ########### CBIGR END ###########