Skip to content

Commit fe4c0ea

Browse files
committed
Removed test page
1 parent f0f0732 commit fe4c0ea

File tree

2 files changed

+0
-57
lines changed

2 files changed

+0
-57
lines changed

demo/src/App.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { Suspense } from 'react';
22
import './App.scss';
33
import ReactGA from 'react-ga';
44
import { Docs } from './docs/Docs';
5-
import { Test } from './Test';
65

76
ReactGA.initialize("UA-144490437-1");
87
ReactGA.pageview(window.location.pathname + window.location.search);
@@ -13,10 +12,6 @@ const App: React.FC = () => {
1312
const UI = React.lazy(() => import('./ui-demo/UI').then(({ UI }) => ({ default: UI })));
1413
return <Suspense fallback={<Loading />}><UI /></Suspense>
1514
}
16-
else if (window.location.hash === "#test")
17-
{
18-
return <Test />
19-
}
2015

2116
return <Docs />
2217
}

demo/src/Test.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)