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