Framework refactor complete, still need new name

This commit is contained in:
2025-10-20 12:48:57 +02:00
parent b156ddedb9
commit 3e0f2fb781
3 changed files with 25 additions and 4 deletions

View File

@@ -3,13 +3,10 @@ import '../css/layout.css';
import '@picocss/pico/css/pico.min.css';
import {
listRef, ref
} from './rendering/framework';
} from './rendering';
import {
CSVRecord
} from './types';
import {
RenderTemplate
} from './rendering/rendering';
import {
readCSV
} from './csv';