pixel: rename pixel-control to svelte file

This commit is contained in:
Elijah Duffy
2025-12-18 19:24:28 -08:00
parent 0cd3f10da6
commit 1bb202ffa5
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ PixelControl interface.
import type { TrackingManager } from '../tracking.svelte.ts';
import { onNavigate } from '$app/navigation';
import { PixelControl, type PixelControlOptions } from './pixel-control.ts';
import { PixelControl, type PixelControlOptions } from './pixel-control.svelte.ts';
import { ensureFbc, type EnsureFbcOptions } from './fbc.ts';
interface Props {