Skip to content

Commit 49228fc

Browse files
committed
Update import paths
1 parent 9c3f59d commit 49228fc

File tree

7 files changed

+21
-16
lines changed

7 files changed

+21
-16
lines changed

pages/fivem-escrow-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Callout } from 'nextra/components'
1+
import { Callout } from '@components/Callout'
22

33
# FiveM Escrow System
44
<Callout type="info">

pages/how-to-update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Callout } from '../components/Callout';
1+
import { Callout } from '@components/Callout';
22

33
# How to update your asset
44

pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Welcome to our asses documentation, befor starting we would like to
44
---
55

66

7-
import { Callout } from '../components/Callout';
7+
import { Callout } from '@components/Callout';
88

99
# it-scripts Documentation
1010

pages/it-drugs/adjustments/dealers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Accordion from '../../../components/Accordion'
2-
import AccordionGroup from '../../../components/AccordionGroup'
1+
import Accordion from '@components/Accordion'
2+
import AccordionGroup from '@components/AccordionGroup'
33

44
# 👨‍⚕️・Dealers
55
The dealer was added to it-drugs with version **v1.2.4** and could sell items, with version **v1.3.0** the dealer also got the function to buy items from the player.

pages/it-drugs/adjustments/plants.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Callout } from '../../../components/Callout'
2-
import Accordion from '../../../components/Accordion'
3-
import AccordionGroup from '../../../components/AccordionGroup'
1+
import { Callout } from '@components/Callout'
2+
import Accordion from '@components/Accordion'
3+
import AccordionGroup from '@components/AccordionGroup'
44

55
# 🌱・Plants
66
<Callout type="warning">

pages/it-drugs/adjustments/zones.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Callout } from '../../../components/Callout'
2-
import Accordion from '../../../components/Accordion'
3-
import AccordionGroup from '../../../components/AccordionGroup'
1+
import { Callout } from '@components/Callout'
2+
import Accordion from '@components/Accordion'
3+
import AccordionGroup from '@components/AccordionGroup'
44

55
# 🗺️・Zones
66

pages/it-drugs/installation.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
---
2+
title: it-drugs - Installation
3+
description: Welcome to the it-drugs installation guide, here you can learn how to completely install our asset, following each step we will achieve a clean and fluid installation where you will not find any problems, as long as the documentation has been completed in full.
4+
---
5+
16
import { Cards, Card, Tabs} from 'nextra/components'
2-
import { Callout } from '../../components/Callout'
3-
import Accordion from '../../components/Accordion'
4-
import AccordionGroup from '../../components/AccordionGroup'
7+
import { Callout } from '@components/Callout'
8+
import Accordion from '@components/Accordion'
9+
import AccordionGroup from '@components/AccordionGroup'
510
import { IconBrandGithub, IconBrandDiscord, IconCode, IconTag } from '@tabler/icons-react';
611

712
# Installation
813
Welcome to the **it-drugs** installation guide, here you can learn how to completely install our asset,
9-
following each step we will achieve a clean and fluid installa.tion where you will not find any problems,
10-
as long as the documentation has been completed in full
14+
following each step we will achieve a clean and fluid installation where you will not find any problems,
15+
as long as the documentation has been completed in full.
1116

1217
<Callout type="error">
1318
If you do not have programming experience, we recommend that you read each step completely without skipping any lines, since all documentation is important and should not be ignored under any circumstances.

0 commit comments

Comments
 (0)