import adjectives from "./adjectives";
import nouns from "./nouns";
export { adjectives, nouns };
