Skip to content

Commit eea90bd

Browse files
committed
fix: include hooks in build
1 parent 7191ed4 commit eea90bd

File tree

5 files changed

+3414
-3405
lines changed

5 files changed

+3414
-3405
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
*.tsbuildinfo
16+
1517
# Editor directories and files
1618
.vscode/*
1719
!.vscode/extensions.json

lib/Fitter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type ReactNode, useEffect, useRef, useState } from "react";
2-
import { useDebounce, useResizeObserver } from "./hooks";
2+
import { useDebounce, useResizeObserver } from "./hooks.js";
33

44
export type FitterProps = {
55
children: ReactNode;

0 commit comments

Comments
 (0)