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

DAVIDS DuplicAtes VIewer and Detector for Spotify

About

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

The app requests access to :

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