Add missing semicolons
This commit is contained in:
parent
600aea4dbb
commit
30f0b1c30d
13 changed files with 45 additions and 45 deletions
|
|
@ -3,9 +3,9 @@
|
|||
*/
|
||||
|
||||
export type TextElementBig = {
|
||||
type: 'big'
|
||||
content: string
|
||||
big: string
|
||||
type: 'big';
|
||||
content: string;
|
||||
big: string;
|
||||
};
|
||||
|
||||
export default function(text: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue