Home Reference Source

src/pages/NotFound/index.js

import React from 'react';

const NotFound = () => (
    <div className="full-page">
        <h1>Strony nie znaleziono</h1>
    </div>
);

export default NotFound;