Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Jul 5, 2024
2 parents c9afcb0 + 492e36c commit 88d0a1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/protolib/bundles/pages/TemplatePreview.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextLink } from 'protolib'
import { NextLink } from 'protolib/components/NextLink'
import { Paragraph, XStack, YStack } from '@my/ui'
import { useState } from 'react'
import { Tinted } from '../../components/Tinted'
Expand Down
5 changes: 4 additions & 1 deletion packages/protolib/bundles/resources/adminPages.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

import { ResourceModel } from '.'
import { DataTable2, Chip, DataView, AdminPage } from 'protolib'
import { DataTable2 } from 'protolib/components/DataTable2'
import { Chip } from 'protolib/components/Chip'
import { DataView } from 'protolib/components/DataView'
import { AdminPage } from 'protolib/components/AdminPage'
import { InteractiveIcon } from '../../components/InteractiveIcon'
import { ExternalLink, Link } from '@tamagui/lucide-icons'
import { PaginatedData } from '../../lib/SSR'
Expand Down
4 changes: 3 additions & 1 deletion packages/protolib/bundles/services/adminPages.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { DataView, AdminPage, CardBody } from 'protolib'
import { DataView } from 'protolib/components/DataView';
import { AdminPage } from 'protolib/components/AdminPage';
import { CardBody } from 'protolib/components/CardBody';
import { Cog, ScrollText, LineChart, RotateCw, Cpu, Activity} from '@tamagui/lucide-icons';
import { ServiceModel } from './servicesSchema';
import { YStack, Stack, SizableText, XStack } from '@my/ui'
Expand Down

0 comments on commit 88d0a1e

Please sign in to comment.