diff --git a/Template-01/src/App.tsx b/Template-01/src/App.tsx index 6b139a6..583fdab 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 diff --git a/Template-02/src/App.tsx b/Template-02/src/App.tsx index d8543e0..ba39d93 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