1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Removed newlines from module.js.

This commit is contained in:
GappleBee 2024-10-24 20:10:24 +01:00
parent a231f9b08d
commit a57b9e8f82

View File

@ -1,16 +1,3 @@
const moduleConst2 = "module2";
export default moduleConst2;
export const moduleConst = "module";
@ -42,18 +29,3 @@ export {
firstVar as firstVarAlias,
secondVar as secondVarAlias
} from "./module_test.js";