1
0
mirror of https://github.com/django/django.git synced 2025-02-21 23:05:09 +00:00
2021-05-31 11:09:48 +02:00

6 lines
170 B
JavaScript

export const testConst = "test";
export const firstConst = "first";
export const secondConst = "second";
export var firstVar = "test_1";
export var SecondVar = "test_2";