Skip to content

Commit a545e47

Browse files
committed
fix typo
1 parent 6022452 commit a545e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/marks/Sphere.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Geo mark with Sphere geometry object -->
33

44
<script module lang="ts">
5-
export let SphereMarkProps = BaseMarkProps;
5+
import { type BaseMarkProps } from '$lib/types.js';
6+
export type SphereMarkProps = BaseMarkProps;
67
</script>
78

89
<script lang="ts">
9-
import { type BaseMarkProps } from '$lib/types.js';
1010
import Geo from './Geo.svelte';
1111
1212
let { ...args }: SphereMarkProps = $props();

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