Skip to content

Commit c3523e2

Browse files
haydenhoangtharropoulos
authored andcommitted
fix(demo): remove unused useEffect
1 parent c0be4f7 commit c3523e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo-react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable react/react-in-jsx-scope */
2-
import { useEffect, useState, type JSX } from 'react';
2+
import { useState, type JSX } from 'react';
33
import { version } from 'typesense-docsearch-react';
44
import { DocSearchSidepanel } from 'typesense-docsearch-react/sidepanel';
55

0 commit comments

Comments
 (0)