Skip to content

Commit

Permalink
twa
Browse files Browse the repository at this point in the history
  • Loading branch information
eastmaels committed Sep 18, 2024
1 parent 2406c92 commit bfe860b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@twa-dev/sdk": "^7.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-node-polyfills": "^0.22.0"
Expand Down
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
import '@twa-dev/sdk';

function App() {
const [count, setCount] = useState(0)
Expand Down

0 comments on commit bfe860b

Please sign in to comment.