Skip to content

Conversation

@krissalvador27
Copy link
Collaborator

No description provided.

import { SimpleSelect } from "react-selectize";
import { buildOptions } from "../../../lib/helpers/questions-helpers";

export const TEXTAREA_PLACEHOLDER = "Enter your line here.";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for these, you don't have to add export. can just be
const TEXTAREA_PLACEHOLDER = .....

usually you export if you need to access that from another file

@pbmasigla
Copy link
Owner

Just a couple of comments. feel free to ask me questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants