Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinogagliardi committed Nov 29, 2022
1 parent 05f80bb commit ab00a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/TextWidget.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import Markdown from 'markdown-to-jsx'

import { Widget, WidgetHeader, WidgetTitle } from '@src/widgets/Widget'
import { Widget, WidgetHeader, WidgetTitle } from '../widgets/Widget'

import type { MarkdownToJSX } from 'markdown-to-jsx'

Expand Down

0 comments on commit ab00a80

Please sign in to comment.