This commit is contained in:
RobinB27
2025-10-23 12:32:29 +02:00
parent 166e9896b5
commit b2de8e74ff
7 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "rendering",
"name": "gluejs",
"version": "1.0.0",
"description": "Simple rendering framework for this task",
"description": "It's not Vue, it's Glue! Because that's what's holding it together.",
"homepage": "https://github.com/janishutz/fundamentals-of-webengineering#readme",
"bugs": {
"url": "https://github.com/janishutz/fundamentals-of-webengineering/issues"

View File

@@ -8,7 +8,7 @@ import {
} from './util';
import {
listRef, ref
} from './rendering';
} from './glue';
import {
CSVRecord
} from './types';