mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-24 21:34:25 +00:00
++ Glue
This commit is contained in:
@@ -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"
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from './util';
|
||||
import {
|
||||
listRef, ref
|
||||
} from './rendering';
|
||||
} from './glue';
|
||||
import {
|
||||
CSVRecord
|
||||
} from './types';
|
||||
|
||||
Reference in New Issue
Block a user