We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aa9fc commit dcafeeeCopy full SHA for dcafeee
3 files changed
packages/examples/vite/src/examples/hyphens-control/index.tsx
packages/examples/vite/src/examples/index.ts
@@ -6,7 +6,6 @@ import fontFamilyFallback from './font-family-fallback';
6
import fontWeight from './font-weight';
7
import goTo from './go-to';
8
import imageBackground from './image-background';
9
-import hyphensControl from './hyphens-control';
10
import imageStressTest from './image-stress-test';
11
import JpgOrientation from './jpg-orientation';
12
import knobs from './knobs';
@@ -36,7 +35,6 @@ const EXAMPLES = [
36
35
fontFamilyFallback,
37
fontWeight,
38
goTo,
39
- hyphensControl,
40
JpgOrientation,
41
knobs,
42
link,
0 commit comments