colouring-montreal/app/src/frontend/pages/data-accuracy.tsx
2019-10-02 19:26:18 +01:00

15 lines
782 B
TypeScript

import React from 'react';
const DataAccuracyPage = () => (
<article>
<section className="main-col">
<h1 className="h2">Data Accuracy Agreement</h1>
<p>
The data are provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, accuracy, fitness for a particular purpose and non-infringement. In no event shall UCL be liable for any reliance that you place on or how you use the data nor any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the data or the use or other dealings in the data'.
</p>
</section>
</article>
);
export default DataAccuracyPage;