diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-01 20:05:12 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-01 20:05:12 +0200 |
| commit | 96817ee672d509f867b2e9f5608ee3beaf7ff91e (patch) | |
| tree | 10955534faa627f002259fb2ac5eae0b15384fd4 /cli/page.cpp | |
| parent | c1367e494e195999fc3e868ca16df2037ac6899a (diff) | |
| download | katja-96817ee672d509f867b2e9f5608ee3beaf7ff91e.tar.gz | |
Use private and public instead of legacy LINK_
Diffstat (limited to 'cli/page.cpp')
| -rw-r--r-- | cli/page.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/page.cpp b/cli/page.cpp index fe0bd5a..617ee07 100644 --- a/cli/page.cpp +++ b/cli/page.cpp @@ -7,10 +7,14 @@ module; #include <algorithm> -#include "component.hpp" +#include <ftxui/component/component.hpp> + +#include "katja/repository.hpp" export module page; +import component; + export namespace katja { class PageBase : public ftxui::ComponentBase |
