1
0
mirror of https://github.com/django/django.git synced 2025-01-04 07:26:38 +00:00
django/tests/staticfiles_tests/project/documents/cached/module_test.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
172 B
JavaScript
Raw Normal View History

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