# core/ids/site.ids.ts

> 3 lines of code and 3 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-site-ids-ts
Source text: https://banes-lab.com/assets/sources/source.d2eff8b35373f84edd57195d24be396d84680e7932a9d5655e80071290c1df71.generated.txt

## Definitions

- `HEADER_ID` (lexical_declaration, line 1, exported)
- `MAIN_ID` (lexical_declaration, line 3, exported)
- `COPYRIGHT_ID` (lexical_declaration, line 5, exported)

## Source

```typescript
export const HEADER_ID = "site-header";

export const MAIN_ID = "app";

export const COPYRIGHT_ID = "site-copyright";
```
