1
0
mirror of https://github.com/django/django.git synced 2025-01-01 14:06:06 +00:00
django/tests/staticfiles_tests/project/documents/cached/module_test.js
James Bligh e44d348c99
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com>
2022-12-07 10:56:00 +01:00

6 lines
172 B
JavaScript

export const testConst = "test";
export const firstConst = "first";
export const secondConst = "second";
export var firstVar1 = "test_1";
export var SecondVar2 = "test_2";