11 lines
145 B
C++
11 lines
145 B
C++
//
|
|
// Created by lukas on 5/11/25.
|
|
//
|
|
|
|
#include "HtmxObject.h"
|
|
|
|
using namespace std;
|
|
|
|
const string& HtmxObject::htmx() const {
|
|
return html;
|
|
} |