add day14

This commit is contained in:
Zoe
2022-10-06 21:37:51 -05:00
parent 6855cb94f3
commit f3718a1229
32 changed files with 6369 additions and 56 deletions

View File

@@ -0,0 +1,7 @@
import { render } from './lib/templateRenderer';
import { setSSR, appState } from './main';
export function SSRPage(pageName) {
setSSR()
return render(pageName)
}