Skip to content

Commit 1cbd4d8

Browse files
committed
fix two more ts imports
1 parent 19bee36 commit 1cbd4d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/lib/types/mark.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export type MarkStyleProps =
5959
| 'width';
6060

6161
import type { MouseEventHandler } from 'svelte/elements';
62-
import type { ChannelAccessor, ConstantAccessor, DataRecord, RawValue } from '.';
62+
import type { ChannelAccessor, ConstantAccessor, DataRecord, RawValue } from './index.js';
6363
import type * as CSS from 'csstype';
64-
import type { ScaledChannelName, ScaleName } from './scale';
64+
import type { ScaledChannelName, ScaleName } from './scale.js';
6565

6666
export type BaseMarkProps<T> = Partial<{
6767
/**

src/routes/examples/axis/tick-classes.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<script module>
22
export const title = 'Tick classes';
3+
export const repl =
4+
'https://svelte.dev/playground/d949e2daf18a4e1ba98ed1a2e52d9198?version=latest';
35
</script>
46

57
<script>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy