Skip to content

Commit

Permalink
update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Sjölander committed Jul 5, 2019
1 parent 82d5dfb commit a7e2c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Code = ({file, lang, children}) => {
}

const rustSnippet = `
use stretch::{style::*, node::{Node, Stretch}, geometry::Size};
use stretch::{style::*, node::*, geometry::Size};
let stretch = Stretch::new();
Expand Down

0 comments on commit a7e2c07

Please sign in to comment.