Skip to content

Commit

Permalink
refactor: rename to fade.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 26, 2023
1 parent c78bddc commit 722e1be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion gbajs3/src/context/emulator/emulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
emulatorKeyBindingsLocalStorageKey,
emulatorVolumeLocalStorageKey
} from './consts.tsx';
import { fadeCanvas } from '../../components/screen/fade.tsx';
import { fadeCanvas } from '../../components/screen/fade.ts';
import { useEmulator } from '../../hooks/use-emulator.tsx';

import type {
Expand Down

0 comments on commit 722e1be

Please sign in to comment.