Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder committed Mar 28, 2023
1 parent e8f8dc3 commit fc6e712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fields-document/src/DocumentEditor/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use client"
'use client';
import React, { useCallback, useEffect, useRef, useState, useContext } from 'react';
import {
Editor,
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-document/src/validation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use client"
'use client';
import { Text, Editor } from 'slate';
import { createDocumentEditor } from './DocumentEditor';
import { ComponentBlock, ComponentSchema } from './DocumentEditor/component-blocks/api';
Expand Down

0 comments on commit fc6e712

Please sign in to comment.