Added <FaultyTerminal /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-24 08:48:42 +05:30
parent a0d85e88d9
commit 8b1b863283
5 changed files with 677 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ const backgrounds = {
'grid-distortion': () => import('../demo/Backgrounds/GridDistortionDemo.vue'),
'ripple-grid': () => import('../demo/Backgrounds/RippleGridDemo.vue'),
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
'faulty-terminal': () => import('../demo/Backgrounds/FaultyTerminalDemo.vue'),
};
export const componentMap = {