We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431ed8b commit 3456076Copy full SHA for 3456076
examples/basic-example/app.js
@@ -177,7 +177,8 @@ class App extends Component {
177
const projectName = 'React Sortable Tree';
178
const authorName = 'Frontend Collective';
179
const authorUrl = 'https://github.com/frontend-collective';
180
- const githubUrl = 'https://github.com/frontend-collective/react-sortable-tree';
+ const githubUrl =
181
+ 'https://github.com/frontend-collective/react-sortable-tree';
182
183
const {
184
treeData,
0 commit comments