Skip to content

Commit

Permalink
Fixed page preview (still uncentered)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Aug 23, 2024
1 parent 41a8f20 commit 0af8cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/login/page.stories.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Layout from '../+layout.svelte';
import Page from './+page.svelte';
import Layout from '@/routes/+layout.svelte';
import LayoutDecorator from '$lib/storybook-utils/LayoutDecorator.svelte';
import LayoutDecorator from '@/lib/storybook-utils/layout-decorator.svelte';

export default {
title: 'Pages/Login',
Expand Down

0 comments on commit 0af8cb5

Please sign in to comment.