mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 09:15:49 -06:00
9 lines
98 B
Dart
9 lines
98 B
Dart
const supportedFileExtensions = [
|
|
'.pdf',
|
|
'.png',
|
|
'.tiff',
|
|
'.gif',
|
|
'.jpg',
|
|
'.jpeg'
|
|
];
|