Changes
This commit is contained in:
13
main.cpp
Normal file
13
main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "content.hpp"
|
||||
#include <ftxui/component/screen_interactive.hpp>
|
||||
#include <ftxui/dom/elements.hpp>
|
||||
#include <ftxui/dom/node.hpp>
|
||||
#include <ftxui/screen/screen.hpp>
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
ftxui::ScreenInteractive screen = ftxui::ScreenInteractive::Fullscreen();
|
||||
ftxui::Component app = std::make_shared<PortfolioApp>();
|
||||
screen.Loop(app);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user