Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Jan 27, 2025
1 parent ea977c6 commit 7f19c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/chat/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { XStack, YStack } from 'tamagui'
import { AnimationDriver } from '~/interface/animations/AnimationDriver'
import { Main } from '~/interface/main/Main'
import { MainMessageInput } from '~/interface/main/MainMessageInput'
import { AccountSettingsPane } from '~/interface/settings/AccountSettingsPane'
import { hiddenPanelWidth } from '~/interface/settings/constants'
import { ServerSettingsPane } from '~/interface/settings/ServerSettingsPane'
import { Sidebar } from '~/interface/sidebar/Sidebar'
import { TopBar } from '~/interface/TopBar'
import { useUserState } from '~/state/user'
import { MainMessageInput } from '~/interface/main/MainMessageInput'

export default function HomePage() {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/chat/src/zero/tables.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { boolean, json, number, relationships, string, table, type Row } from '@rocicorp/zero'
import { boolean, json, number, relationships, string, table } from '@rocicorp/zero'
import type { UserState } from './types'

export const user = table('user')
Expand Down
2 changes: 1 addition & 1 deletion apps/chat/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default $config({
},
})

// // ECS Cluster
// ECS Cluster
const cluster = new sst.aws.Cluster(`cluster`, {
vpc,
})
Expand Down

0 comments on commit 7f19c2b

Please sign in to comment.