Skip to content

Commit e90879c

Browse files
author
Simen Brekken
committed
Fix typo in example
1 parent 7c7f1f7 commit e90879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { render } from 'react-dom';
3-
import Count from './count';
3+
import Count from './Count';
44
import createDemoRef from '../createDemoRef';
55

66
const firebase = createDemoRef('basic');

0 commit comments

Comments
 (0)