mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
11 lines
178 B
C++
11 lines
178 B
C++
#pragma once
|
|
|
|
#include "ftxui/dom/elements.hpp"
|
|
|
|
namespace nearby::sharing::linux_tui {
|
|
using namespace ftxui;
|
|
|
|
Element HomeHeader();
|
|
|
|
} // namespace nearby::sharing::linux_tui
|