Skip to content

Commit

Permalink
empty commit to trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Jan 11, 2024
1 parent 1b3847f commit 2e53544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/www/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styles from 'styles/index.module.scss'
import React from 'react'
import { useInView } from 'framer-motion'
import { Code, CopiedIcon, CopyIcon, GitHubIcon } from 'components'
import {useInView} from 'framer-motion'
import {Code, CopiedIcon, CopyIcon, GitHubIcon} from 'components'

const packageJson = require('../../../packages/js-client/package.json')

Expand Down Expand Up @@ -29,6 +29,7 @@ export default function Index() {
)
}


//////////////////////////////////////////////////////////////////

function InstallButton() {
Expand Down

0 comments on commit 2e53544

Please sign in to comment.