mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-03-06 23:05:55 +08:00
add file extensions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { bytesToText, textToBytes, urlToBytes, bytesToUrl } from '../converters';
|
||||
import { byteSize } from '../Humanize';
|
||||
import BasePanel from './BasePanel';
|
||||
import { bytesToText, textToBytes, urlToBytes, bytesToUrl } from '../converters.js';
|
||||
import { byteSize } from '../Humanize.js';
|
||||
import BasePanel from './BasePanel.js';
|
||||
|
||||
class MessagePanel extends BasePanel {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user