mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Flatten the namespaces.
Remove: * ftxui::screen * ftxui::dom * ftxui::component Keep: * ftxui
This commit is contained in:
		@@ -4,8 +4,7 @@
 | 
			
		||||
 | 
			
		||||
int main(int argc, const char *argv[])
 | 
			
		||||
{
 | 
			
		||||
  using namespace ftxui::dom;
 | 
			
		||||
  using namespace ftxui::screen;
 | 
			
		||||
  using namespace ftxui;
 | 
			
		||||
  auto document =
 | 
			
		||||
    hbox(
 | 
			
		||||
      text(L"left-column"),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user