Older/WebApplication/NavigationBar.h
amass a93b2a5eca
Some checks failed
Deploy Docker Images / Build dockerfile and Server deploy (push) Failing after 11s
Deploy / Build (push) Successful in 8m29s
add custom navbar.
2024-12-18 23:35:26 +08:00

11 lines
190 B
C++

#ifndef __NAVIGATIONBAR_H__
#define __NAVIGATIONBAR_H__
#include <Wt/WTemplate.h>
class NavigationBar: public Wt::WTemplate {
public:
NavigationBar();
};
#endif // __NAVIGATIONBAR_H__