mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
shifted to parcel, styled-components
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import { DocsGPTWidget } from '..'
|
||||
|
||||
function App() {
|
||||
|
||||
import React from "react"
|
||||
import {DocsGPTWidget} from "./components/DocsGPTWidget"
|
||||
const App = () => {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<DocsGPTWidget/>
|
||||
</div>
|
||||
</>
|
||||
<div>
|
||||
<DocsGPTWidget/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
export default App
|
||||
Reference in New Issue
Block a user