mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-04-03 02:06:50 +08:00
add file extensions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import BasePanel from './BasePanel';
|
||||
import BasePanel from './BasePanel.js';
|
||||
|
||||
const clamp = (value, min, max) => Math.max(min, Math.min(value, max));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user