Entrega do Desafio #8

Merged
anacarolinaduartecavalcante merged 32 commits from develop into master 2023-02-07 12:13:03 +00:00
Showing only changes of commit be39f827b6 - Show all commits

4
react/typings/css.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
declare module "*.css" {
const css: any;
export default css;
}