From a891d736eff8fe05d63c733b0e4ca63434311352 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 18 Jan 2026 13:23:42 +0100 Subject: [PATCH] Test workflow: Add comment to trigger CI build --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 2f29618..1b0e330 100644 --- a/src/App.js +++ b/src/App.js @@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react'; import jmespath from 'jmespath'; import './App.css'; +// JMESPath Testing Tool - Main Application Component function App() { const [jmespathExpression, setJmespathExpression] = useState('people[0].name'); const [jsonData, setJsonData] = useState(`{