Skip to content

Commit e01c678

Browse files
Update App.jsx
1 parent 9a87414 commit e01c678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import parse from 'html-react-parser';
1111
import { createRef, useCallback, useEffect, useMemo, useState } from 'react';
1212
import SearchHeader from './components/SearchHeader';
1313
import useEscKey from './hooks/useEscKey';
14-
import eventData from '../dist/events.json';
14+
// import eventData from '../dist/events.json';
1515
import './App.css';
1616

1717
const htmlRegex = /<\/*html-blob>/;

0 commit comments

Comments
 (0)