Skip to content

Commit 13eb88b

Browse files
committed
fix: build
1 parent 6035f50 commit 13eb88b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ jobs:
4646

4747
- name: Build
4848
run: pnpm build
49-
https://github.com/jscottsmith/react-scroll-parallax/actions/runs/18050399519/job/51371003107?pr=279#step:9:1

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { EasingPreset, EffectNumber, EffectString } from 'parallax-controller';
1+
export { EasingPreset } from 'parallax-controller';
22

33
export * from './components/Parallax';
44
export * from './components/ParallaxBanner';

0 commit comments

Comments
 (0)