nicer
This commit is contained in:
parent
dc571574dd
commit
1d09ef4988
|
@ -111,6 +111,7 @@ import {
|
||||||
splitUpSyllables,
|
splitUpSyllables,
|
||||||
countSyllables,
|
countSyllables,
|
||||||
} from "./lib/accent-helpers";
|
} from "./lib/accent-helpers";
|
||||||
|
import NPPicker from "./components/np-picker/NPPicker";
|
||||||
import shuffleArray from "./lib/shuffle-array";
|
import shuffleArray from "./lib/shuffle-array";
|
||||||
import defaultTextOptions from "./lib/default-text-options";
|
import defaultTextOptions from "./lib/default-text-options";
|
||||||
import * as grammarUnits from "./lib/grammar-units";
|
import * as grammarUnits from "./lib/grammar-units";
|
||||||
|
@ -189,6 +190,7 @@ export {
|
||||||
ButtonSelect,
|
ButtonSelect,
|
||||||
Hider,
|
Hider,
|
||||||
EntrySelect,
|
EntrySelect,
|
||||||
|
NPPicker,
|
||||||
// OTHER
|
// OTHER
|
||||||
typePredicates,
|
typePredicates,
|
||||||
grammarUnits,
|
grammarUnits,
|
||||||
|
|
Loading…
Reference in New Issue