Update services.tsx
This commit is contained in:
parent
7ec531bd42
commit
34b038e4d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Dockerode from 'dockerode';
|
||||||
import { ReactElement } from 'react'
|
import { ReactElement } from 'react'
|
||||||
import useSWR from 'swr';
|
import useSWR from 'swr';
|
||||||
import { CardContentService, PageContentBox, PageDescription, PageTitle } from '../components/styles/content';
|
import { CardContentService, PageContentBox, PageDescription, PageTitle } from '../components/styles/content';
|
||||||
import ServiceList from '/data/pages.json';
|
import ServiceList from '/public/data/pages.json';
|
||||||
|
|
||||||
const fetcher = (url: string) => fetch(url).then((res) => res.json())
|
const fetcher = (url: string) => fetch(url).then((res) => res.json())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue