Update src/App.tsx

Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
Hristo Nedelkov 2023-08-08 10:37:40 +03:00 committed by GitHub
parent b8fae018c7
commit 147d3b6993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function App() {
<TamaguiProvider config={config}>
<StatusProvider>
<div style={{ height: '500px', width: '300px' }}>
<StandartGauge data={data} />
<StandardGauge data={data} />
</div>
</StatusProvider>
</TamaguiProvider>