diff --git a/Template-01/src/App.tsx b/Template-01/src/App.tsx index 1f9f043..fa9e7ee 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 1f9f043..fa9e7ee 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