Skip to content

Commit

Permalink
add webxdc types
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jul 6, 2024
1 parent a6d1afd commit 6920290
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/components/ExploreContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface ContainerProps {}
const ExploreContainer: React.FC<ContainerProps> = () => {
return (
<div id="container">
<strong>Ready to create an app?</strong>
<strong>Hello {window.webxdc.selfName}, ready to create an app?</strong>
<p>Start with Ionic UI Components:</p>
<p>https://ionicframework.com/docs/components</p>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="vite/client" />
/// <reference types="webxdc-vite-plugins" />

0 comments on commit 6920290

Please sign in to comment.