Skip to content

Commit

Permalink
Merge pull request #9 from goodeats/dev
Browse files Browse the repository at this point in the history
layout to ui
  • Loading branch information
goodeats authored Nov 8, 2023
2 parents 7b2a231 + 3bbc4be commit 010cac8
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './ui/index.ts'
export * from './layout/index.ts'
export * from './templates/index.ts'

export * from './confetti.tsx'
Expand Down
3 changes: 2 additions & 1 deletion app/components/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './custom/index.ts'
export * from './primitives/index.ts'
export * from './layout/index.ts'
export * from './custom/index.ts'
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { Link } from '@remix-run/react'
import { Button, Icon, type IconName } from '#app/components/index.ts'
import {
Button,
Icon,
type IconName,
floatingToolbarClassName,
} from '#app/components/index.ts'
import { DeleteNote } from '#app/routes/users+/$username_+/notes.$noteId.tsx'
import { floatingToolbarClassName } from '../floating-toolbar.tsx'

interface ContentActionbarProps {
timestamp?: string
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { useMatches } from '@remix-run/react'
import { cva, type VariantProps } from 'class-variance-authority'
import * as React from 'react'

import { SearchBar } from '#app/components/index.ts'
import { cn } from '#app/utils/misc.tsx'
import { SearchBar } from '../search-bar.tsx'

const navSearchVariants = cva('nav', {
variants: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 010cac8

Please sign in to comment.