Skip to content

Commit 0b82fb9

Browse files
Fix lint errors
1 parent 750e001 commit 0b82fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PromptButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useRef, useState } from 'react';
2-
import { QUICK_START_PROMPT } from '../utils/ai-prompts';
32

3+
import { QUICK_START_PROMPT } from '../utils/ai-prompts';
44
import styles from './PromptButton.module.css';
55

66
export default function PromptButton({ prompt = QUICK_START_PROMPT, title = 'Use pre-built prompt to get started faster.' }) {

0 commit comments

Comments
 (0)