This commit is contained in:
Eric Bailey
2023-12-21 17:05:41 -06:00
parent 3e11c11e59
commit fe482177d4
+1 -1
View File
@@ -6,7 +6,7 @@ import {atoms, useTheme, useBreakpoints, web} from '#/alf'
import {H3, Text} from '#/view/com/Typography'
function App() {
const theme = useAlf()
const theme = useTheme()
const breakpoints = useBreakpoints()
return (