'use strict'; var React = require('react'); var About = React.createClass({ render: function () { return (

About

This application allows you to find duplicates in your Spotify playlists. For the moment, it does not offer to remove them for you.

The app requests access to :

Contribute

If you want to contribute to this project, feel free to open an issue or propose a pull-request.

); } }); module.exports = About;