Skip to content

Commit

Permalink
feat: add import floating button
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 4, 2022
1 parent 267fbe8 commit 74b849e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Barbeiro } from 'pages/Barbeiro';
import { Cliente } from 'pages/Cliente';

import { FloatingButton } from 'components/FloatingButton';
import { Header } from 'components/Header';
import { VerificacaoOcupacao } from 'components/Verificacao';

Expand All @@ -21,6 +22,7 @@ export function Home() {
return (
<div className={styles.home} data-theme={theme}>
<style>{css}</style>
<FloatingButton />
<Header
logo
default
Expand Down

0 comments on commit 74b849e

Please sign in to comment.