mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 13:54:25 +00:00
Framework refactor complete, still need new name
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user