Commit db12b81
authored
feat: add relative imports for src, routes, and test (#228)
## Summary
QOL change so we can use relative imports on the src, routes, and tests
directory like we do for src now.
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Updated import paths to use absolute and alias-based imports across
the frontend configuration
- Enhanced module resolution in TypeScript configuration with new path
aliases
- Improved code maintainability by standardizing import structures
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 94df38d commit db12b81
File tree
2 files changed
+7
-2
lines changed- frontend
- src/lib/components/Observability
2 files changed
+7
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
0 commit comments