Cancel replaces on ssr html todo

This commit is contained in:
Alice Gaudon 2021-04-30 14:04:42 +02:00
parent 05d112a3b3
commit 238bbec429
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ export default class SvelteViewEngine extends ViewEngine {
return 'svelte';
}
/**
* TODO: add replaces on ssr html
*/
public async render(
file: string,
locals: Record<string, unknown>,