2
0

🚸 Add better page titles and dashboard icons

Closes #231
This commit is contained in:
Baptiste Arnaud
2023-01-26 17:04:37 +01:00
parent 9aab6ddb2c
commit ee864d9729
10 changed files with 25 additions and 26 deletions

View File

@ -1,5 +1,5 @@
import { EditTypebotPage } from '@/features/editor'
import { EditorPage } from '@/features/editor'
export default function Page() {
return <EditTypebotPage />
return <EditorPage />
}