Skip to content

chore(site): add stories to 404 page #12470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix fmt
  • Loading branch information
BrunoQuaresma committed Mar 11, 2024
commit a8bc6da687a95ae781343ec03d56647d3c4f1ad1
2 changes: 1 addition & 1 deletion site/src/pages/404Page/404Page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const meta: Meta<typeof NotFoundPage> = {
export default meta;
type Story = StoryObj<typeof NotFoundPage>;

const Example: Story = {};
const Example: Story = {};
export { Example as NotFoundPage };