Skip to content

Commit

Permalink
Updated docs, remove waste code from example (#5122)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
ptaberg and Methuselah96 authored Jun 29, 2022
1 parent 3899446 commit 912692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Home() {
Import the default export and render in your component:
~~~jsx
import React, { Component } from 'react'
import React from 'react'
import Select from 'react-select'
const options = [
Expand Down

0 comments on commit 912692b

Please sign in to comment.