Update app.tsx
This commit is contained in:
parent
4a0800a5df
commit
edc87ee317
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as React from 'react'
|
||||
import NewId from './newId'
|
||||
import Basic from './basic'
|
||||
|
||||
export default function App(): JSX.Element {
|
||||
return <NewId />
|
||||
return <Basic />
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue