matthoffner commited on
Commit
18d67ca
·
1 Parent(s): 83cc7d9

Update app/page.tsx

Browse files
Files changed (1) hide show
  1. app/page.tsx +2 -9
app/page.tsx CHANGED
@@ -5,15 +5,8 @@ import './app.css'
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
- /**
9
- * Say hello.
10
- *
11
- * @example
12
- * <Hello name="Penny" />
13
- */
14
- function sayHello({ name }: { name: string }) {
15
- return \`Hello, \${name}!\`
16
- }
17
  `.trim()
18
 
19
  export default function Page() {
 
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
+ Welcome to monacopilot 💻 🛩️ 🌎
9
+ Press + B to invoke LLM
 
 
 
 
 
 
 
10
  `.trim()
11
 
12
  export default function Page() {