Skip to content

Commit ff4311f

Browse files
biozalCopilot
andauthored
Update example/src/providers/DittoContextType.ts
Co-authored-by: Copilot <[email protected]>
1 parent 9a4e5b0 commit ff4311f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
import React from 'react';
2-
import {DittoService} from '../services/DittoService';
3-
4-
export type DittoContextType = {
5-
dittoService: DittoService;
6-
setDittoService: React.Dispatch<React.SetStateAction<DittoService>>;
7-
isInitialized: boolean;
8-
error: Error | null;
9-
};

0 commit comments

Comments
 (0)