Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luis687687 committed Jun 27, 2024
1 parent 677314b commit f688060
Show file tree
Hide file tree
Showing 44 changed files with 348 additions and 338 deletions.
Binary file added 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions Components/Control/index.css

This file was deleted.

19 changes: 0 additions & 19 deletions Components/Control/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions Components/Page1/index.css

This file was deleted.

45 changes: 0 additions & 45 deletions Components/Page1/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions Components/Page2/index.css

This file was deleted.

35 changes: 0 additions & 35 deletions Components/Page2/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions Components/Pages/Page4/index.css

This file was deleted.

Empty file removed Components/Pages/Page4/index.js
Empty file.
46 changes: 0 additions & 46 deletions Components/Teste/Teste.js

This file was deleted.

4 changes: 0 additions & 4 deletions Components/Teste/index.css

This file was deleted.

58 changes: 0 additions & 58 deletions Components/page3/index.js

This file was deleted.

Binary file added LUIS32700.pdf
Binary file not shown.
Binary file added UNIVERSIDADE CATÓLICA DE ANGOLA.docx
Binary file not shown.
10 changes: 4 additions & 6 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@




import routes from "./routes/index.js";
import routes from "./routes/index.js"; //pega o valor retornado do gereneciador de rotas
import {BuildComponent} from "./node_modules/rozaura/index.js"
//função chamda dentro da index.js, retorna component
export default function(){
return routes()
return routes() //retorna o valor do gerenciador de rotas
}
Binary file removed assets/-ç.jpg
Binary file not shown.
Binary file removed assets/bvfg.jpg
Binary file not shown.
Binary file removed assets/ed.mp4
Binary file not shown.
Binary file removed assets/fgb.jpg
Binary file not shown.
Binary file removed assets/nbg.jpg
Binary file not shown.
10 changes: 6 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@


import Rosaura from "rozaura";
import app from "./app.js";
import Rosaura from "./node_modules/rozaura/index.js"; //Rosaura é o objecto geral que gerencia o framework
import app from "./app.js"; //app é a função que rotorna o componente a ser mostrado no root element

//função principal a ser chamada
//usa a função que referencia o root elemente, e atribui o elemento dentro
const main =function(){
Rosaura.BuildRootComponent(app())
Rosaura.BuildRootComponent(app()) //Instancia o root
}
main()
main() //chamada damain

13 changes: 0 additions & 13 deletions node_modules/.package-lock.json

This file was deleted.

42 changes: 35 additions & 7 deletions node_modules/rozaura/BuildComponent/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/rozaura/DataBind/varPrint/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions node_modules/rozaura/DoomState/index.js

This file was deleted.

Loading

0 comments on commit f688060

Please sign in to comment.