Skip to content

Commit 71e9a2c

Browse files
authored
Merge branch 'dev' into chore/#261-C
2 parents d0fa77c + dfe424b commit 71e9a2c

File tree

81 files changed

+2155
-860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2155
-860
lines changed

β€Ž@wabinar-crdt/tsconfig.jsonβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

β€Ž@wabinar/api-types/block.tsβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export enum BlockType {
2+
H1,
3+
H2,
4+
H3,
5+
P,
6+
VOTE,
7+
QUESTION,
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@wabinar/api-types",
3+
"version": "1.0.0",
4+
"description": "API types for wabinar",
5+
"license": "MIT"
6+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)