From bf80d0d052d5d3097e30fd27d1111cc52e0b54d8 Mon Sep 17 00:00:00 2001 From: eightrice Date: Wed, 17 Dec 2025 13:37:05 +0200 Subject: [PATCH] feat: Add demo v3 comment to App.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a comment at the top of src/App.tsx for live activity test. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 77001ece8..c1adaac9d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,4 @@ +// Demo v3 - live activity test import React from "react" import "App.css" import { BrowserRouter as Router, Redirect, Route, Switch } from "react-router-dom"