Skip to content

Commit

Permalink
chore: update figma file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Sep 16, 2024
1 parent 181bdac commit 086ac50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/Blankslate/Blankslate.figma.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import {Blankslate} from '../../src/drafts'
import {Blankslate} from '../Blankslate'
import figma from '@figma/code-connect'

figma.connect(Blankslate, 'https://www.figma.com/design/GCvY3Qv8czRgZgvl1dG6lp/Primer-Web?node-id=4398-2383&m=dev', {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import {SkeletonAvatar} from '../../../src/drafts'
import {SkeletonAvatar} from '..'
import figma from '@figma/code-connect'

figma.connect(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import {SkeletonText} from '../../../src/drafts'
import {SkeletonText} from '..'
import figma from '@figma/code-connect'

const props = {
Expand Down

0 comments on commit 086ac50

Please sign in to comment.