Skip to content

Commit

Permalink
fix lint, e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Sep 7, 2024
1 parent 1fe5ca8 commit 08d3f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions code/frameworks/svelte-vite/src/plugins/generateDocgen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import ts from 'typescript';
import path from 'node:path';

import svelte2tsx from 'svelte2tsx';
import path from 'path';
import { VERSION } from 'svelte/compiler';
import ts from 'typescript';

export type Docgen = {
name?: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import DocsTSLegacy from './DocsTSLegacy.svelte';

export default {
title: 'stories/renderers/svelte/docs-ts-legacy',
title: 'stories/renderers/svelte/docs-ts',
component: DocsTSLegacy,
args: {},
tags: ['autodocs'],
Expand Down

0 comments on commit 08d3f4f

Please sign in to comment.