mirror of
https://github.com/Hopiu/django.git
synced 2026-03-24 01:40:28 +00:00
5 lines
172 B
JavaScript
5 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";
|