Gerador NIF na APP
This commit is contained in:
@@ -19,6 +19,7 @@ import Features from './components/Features';
|
||||
import Testimonials from './components/Testimonials';
|
||||
import FAQ from './components/FAQ';
|
||||
import Footer from './components/Footer';
|
||||
import GeradorCC from './components/GeradorNIF';
|
||||
|
||||
|
||||
|
||||
@@ -86,8 +87,7 @@ function App() {
|
||||
</Helmet>
|
||||
<ThemeProvider theme={showCustomTheme ? LPtheme : defaultTheme}>
|
||||
<CssBaseline />
|
||||
<AppAppBar mode={mode} toggleColorMode={toggleColorMode} />
|
||||
<Hero />
|
||||
<GeradorCC />
|
||||
<Box sx={{ bgcolor: 'background.default' }}>
|
||||
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user