We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70cdd7 commit 8b86b6dCopy full SHA for 8b86b6d
src/app/criacaoPersonagem/criacaoPersonagem.module.css renamed to src/app/create-character/create-character.module.css
src/app/criacaoPersonagem/page.tsx renamed to src/app/create-character/page.tsx
@@ -1,10 +1,10 @@
1
'use client'
2
3
import { useState } from 'react'
4
-import styles from './criacaoPersonagem.module.css'
+import styles from './create-character.module.css'
5
import Image from 'next/image'
6
7
-export default function CriacaoPersonagem() {
+export default function CreateCharacter() {
8
const [nome, setNome] = useState('')
9
const [classe, setClasse] = useState('')
10
const [preview, setPreview] = useState('')
0 commit comments