diff --git a/Template-01/src/App.tsx b/Template-01/src/App.tsx index 4ed894f..b407767 100644 --- a/Template-01/src/App.tsx +++ b/Template-01/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0 @@ -26,6 +27,7 @@ export default function App() { + } /> diff --git a/Template-02/src/App.tsx b/Template-02/src/App.tsx index 1632fe1..b95f7ec 100644 --- a/Template-02/src/App.tsx +++ b/Template-02/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0 @@ -27,6 +28,7 @@ export default function App() { + } /> diff --git a/Template-03/src/App.tsx b/Template-03/src/App.tsx index 1632fe1..b95f7ec 100644 --- a/Template-03/src/App.tsx +++ b/Template-03/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0 @@ -27,6 +28,7 @@ export default function App() { + } /> diff --git a/Template-04/src/App.tsx b/Template-04/src/App.tsx index 1632fe1..b95f7ec 100644 --- a/Template-04/src/App.tsx +++ b/Template-04/src/App.tsx @@ -1,3 +1,4 @@ +import { ThemeListener } from './components/layout/ThemeListener'; /** * @license * SPDX-License-Identifier: Apache-2.0 @@ -27,6 +28,7 @@ export default function App() { + } />