mirror of
https://github.com/Hopiu/django.git
synced 2026-03-21 00:10:27 +00:00
5 lines
170 B
JavaScript
5 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";
|