feat: Moves Profile to Single Page App (SPA) (#25001)

This commit is contained in:
Michael S. Molina
2023-08-17 11:01:24 -03:00
committed by GitHub
parent 269c99293f
commit 712e1f760c
25 changed files with 245 additions and 251 deletions

View File

@@ -212,7 +212,6 @@ const config = {
spa: addPreamble('/src/views/index.tsx'),
embedded: addPreamble('/src/embedded/index.tsx'),
sqllab: addPreamble('/src/SqlLab/index.tsx'),
profile: addPreamble('/src/profile/index.tsx'),
showSavedQuery: [path.join(APP_DIR, '/src/showSavedQuery/index.jsx')],
},
output,