mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
12 lines
245 B
C++
12 lines
245 B
C++
#include "sharing/linux/tui/ui/home_header.h"
|
|
#include "sharing/linux/tui/components/brand.h"
|
|
|
|
namespace nearby::sharing::linux_tui {
|
|
using namespace ftxui;
|
|
|
|
Element HomeHeader() {
|
|
return Brand();
|
|
}
|
|
|
|
} // namespace nearby::sharing::linux_tui
|