Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update demo pages
  • Loading branch information
RobinMalfait committed Oct 29, 2021
commit b51b8aeb4be7c030582ec983f4f764a02b739d21
10 changes: 2 additions & 8 deletions demo/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import 'tailwindcss/tailwind.css'
import React from 'react'
import App from 'next/app'

class MyApp extends App {
render() {
const { Component, pageProps } = this.props
return <Component {...pageProps} />
}
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}

export default MyApp
56 changes: 56 additions & 0 deletions demo/pages/variants.js

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