feat: Update routing paths and enhance navigation links for Biblioteca and CameraNoir

This commit is contained in:
2025-06-11 23:19:23 +02:00
parent 3cd267ee6e
commit ac83907e7c
5 changed files with 25 additions and 10 deletions
+3
View File
@@ -1,3 +1,5 @@
// https://tabler.io/icons
// OUTLINED
export { default as IconArrowLeft } from './outlined/arrow-left.svg?react';
export { default as IconHomeOutline } from './outlined/home.svg?react';
@@ -14,6 +16,7 @@ export { default as IconCheck } from './outlined/check.svg?react';
export { default as CameraPlus } from './outlined/camera-plus.svg?react';
export { default as Flask } from './outlined/flask.svg?react';
export { default as Users } from './outlined/users.svg?react';
export { default as IconNotebook } from './outlined/notebook.svg?react';
// FILLED
export { default as IconHomeFilled } from './filled/home.svg?react';