Skip to content

Commit

Permalink
fix(fluent-ui.com): Fix components/header reference location error
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyao27 committed Sep 26, 2019
1 parent 754f003 commit 9cae0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fluent-ui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:iife": "cross-env BABEL_ENV=production-iife rollup -c ./rollup.config.js",
"build:umd": "cross-env BABEL_ENV=production-umd rollup -c ./rollup.config.js",
"build:copy-files": "ts-node ../../scripts/copy-files.ts",
"start": "cross-env tsc -w --emitDeclarationOnly --outDir ./build/es && NODE_ENV=development BABEL_ENV=cjs babel -w --config-file ../../babel.config.js ./src --out-dir ./build/es --ignore \"src/**/*.test.ts\",\"src/**/*.test.tsx\" --extensions '.ts','.tsx'"
"start": "cross-env tsc -w --emitDeclarationOnly --outDir ./build/es && NODE_ENV=development BABEL_ENV=es babel -w --config-file ../../babel.config.js ./src --out-dir ./build/es --ignore \"src/**/*.test.ts\",\"src/**/*.test.tsx\" --extensions '.ts','.tsx'"
},
"peerDependencies": {
"react": ">= 16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent-ui.com/src/components/docs/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { useDispatch, usePopper, useClickOutside, useGlobal } from '@fluent-ui/hooks'
import { createUseStyles } from '@fluent-ui/styles'

import Search from '../Search'
import Search from '../search'
import { langKeys, LangKey } from '../../translations'
import { pathnameToLanguage } from '../../utils'

Expand Down

0 comments on commit 9cae0e8

Please sign in to comment.