diff --git a/src/core/abstractions/index.ts b/src/core/abstractions/index.ts index 0e8ad6560..718c2ba82 100644 --- a/src/core/abstractions/index.ts +++ b/src/core/abstractions/index.ts @@ -3,9 +3,9 @@ import { useAnimations } from './useAnimations' import Levioso from './Levioso.vue' import MouseParallax from './MouseParallax.vue' import Lensflare from './Lensflare/component.vue' -import Fbo from './useAwiwi/component.vue' +import Fbo from './useFBO/component.vue' -export * from './useAwiwi/' +export * from './useFBO/' export * from '../staging/useEnvironment' export { Text3D, diff --git a/src/core/abstractions/useAwiwi/component.vue b/src/core/abstractions/useFBO/component.vue similarity index 100% rename from src/core/abstractions/useAwiwi/component.vue rename to src/core/abstractions/useFBO/component.vue diff --git a/src/core/abstractions/useAwiwi/index.ts b/src/core/abstractions/useFBO/index.ts similarity index 100% rename from src/core/abstractions/useAwiwi/index.ts rename to src/core/abstractions/useFBO/index.ts