File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
content/docs/oracle-integrity-staking Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: >-
4
4
This reference page provides examples of various scenarios to illustrate the Mathematical Representations of OIS.
5
5
---
6
6
7
- import DualModeImage from ' ../../../src/components/dual-mode-image' ;
7
+ import DualModeImage from " ../../../src/components/dual-mode-image" ;
8
8
9
9
NOTE: All the symbols used in the examples are explained in the [ Mathematical Representation] ( ./mathematical-representation ) section.
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
5
5
on the Pyth network.
6
6
---
7
7
8
- import DualModeImage from ' ../../../src/components/dual-mode-image' ;
8
+ import DualModeImage from " ../../../src/components/dual-mode-image" ;
9
9
10
10
# Purpose and Scope
11
11
Original file line number Diff line number Diff line change 1
- import type { ComponentProps } from "react" ;
2
1
import Image from "next/image" ;
2
+ import type { ComponentProps } from "react" ;
3
3
4
4
type ImageProps = ComponentProps < typeof Image > ;
5
5
type Props = Omit < ImageProps , "src" > & {
You can’t perform that action at this time.
0 commit comments