RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/notFound/NotFoundPage.stories.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

import NotFoundPage from './NotFoundPage';

export default {
    title: 'Not Found/NotFoundPage',
    component: NotFoundPage,
};

export const Default = () => <NotFoundPage />;