Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Protofy-xyz/Protofy
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0k4 committed Jul 5, 2024
2 parents 48f396c + 66e5dfd commit 0c36a88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/app/layout/DefaultLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Footer } from './Footer'
import { HeaderContents } from './HeaderContents'
import { AppBar, Tinted, DefaultLayout as ProtoDefaultLayout } from 'protolib'
import { ToastProvider, ToastViewport } from '@tamagui/toast'
import { DefaultLayout as ProtoDefaultLayout } from 'protolib/components/layout/DefaultLayout'
import { AppBar } from 'protolib/components/AppBar'
import React from 'react'
import { Stack, StackProps, XStack, YStack } from 'tamagui'
import { Toast, useToastState } from '@my/ui'
import { StackProps } from 'tamagui'
import { HeaderMenu } from './HeaderMenu'
import { HeaderMenuContent } from './HeaderMenuContent'

Expand Down

0 comments on commit 0c36a88

Please sign in to comment.