diff options
Diffstat (limited to '_www/interface.ts')
| -rw-r--r-- | _www/interface.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_www/interface.ts b/_www/interface.ts index 3b30706..b608015 100644 --- a/_www/interface.ts +++ b/_www/interface.ts @@ -1,5 +1,6 @@ export const CLASS_INPUT_LABEL = "trunks_input_label" export const CLASS_INPUT = "trunks_input" +export const CLASS_NAV_LINK = "nav_link" export const CLASS_NAV_TARGET = "nav_target" export const HASH_ENVIRONMENT = "environment" |
