Skip to content

Commit

Permalink
Fix docs import path in jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Jan 29, 2025
1 parent 068525d commit dcda7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/docs/deployment/deployment-methods/DeploymentTag.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { Tag } from '../../../src/components/Tag'
import { Tag } from '@site/src/components/Tag'

// Used to mark something as related to the server
export function Server() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { Tag } from '../../../src/components/Tag'
import { Tag } from '@site/src/components/Tag'

// Used to mark something as related to the server
export function Server() {
Expand Down

0 comments on commit dcda7bf

Please sign in to comment.