UNPKG
focalxaiinspection
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Focalx AI Inspection
focalxaiinspection
/
src
/
App.js
10 lines
(7 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
FocalxAI
from
'./lib/FocalxAI'
;
const
App
= (
) => {
return
(
<
FocalxAI
/>
); }
export
default
App
;