Add missing semicolons
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
*/
|
||||
|
||||
export type TextElementBig = {
|
||||
type: 'big'
|
||||
content: string
|
||||
big: string
|
||||
type: 'big';
|
||||
content: string;
|
||||
big: string;
|
||||
};
|
||||
|
||||
export default function(text: string) {
|
||||
|
||||
Reference in New Issue
Block a user