-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit e3323c0.
- Loading branch information
1 parent
e3323c0
commit 24dff4c
Showing
16 changed files
with
25 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
src/frontend/components/Felleskomponenter/Steg/useFormProgressSteg.tsx
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/frontend/components/SøknadsSteg/DinLivssituasjon/innholdTyper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IDinLivssituasjonTekstinnhold { | ||
dinLivssituasjonTittel: LocaleRecordBlock; | ||
dinLivssituasjonGuide: LocaleRecordBlock; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/frontend/components/SøknadsSteg/EøsSteg/Barn/innholdTyper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../../typer/sanity/sanity'; | ||
|
||
export interface IEøsForBarnTekstinnhold { | ||
eoesForBarnTittel: LocaleRecordBlock; | ||
eosForBarnGuide: LocaleRecordBlock; | ||
} |
1 change: 0 additions & 1 deletion
1
src/frontend/components/SøknadsSteg/EøsSteg/Søker/innholdTyper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../../typer/sanity/sanity'; | ||
|
||
export interface IEøsForSøkerTekstinnhold { | ||
eoesForSokerTittel: LocaleRecordBlock; | ||
eosForSokerGuide: LocaleRecordBlock; | ||
} |
5 changes: 0 additions & 5 deletions
5
src/frontend/components/SøknadsSteg/Kvittering/innholdTyper.ts
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/frontend/components/SøknadsSteg/OmBarnaDine/innholdTyper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IOmBarnaTekstinnhold { | ||
omBarnaTittel: LocaleRecordBlock; | ||
omBarnaGuide: LocaleRecordBlock; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IOmBarnetTekstinnhold { | ||
omBarnetTittel: LocaleRecordBlock; | ||
omBarnetTittelUtenFlettefelt: LocaleRecordBlock; | ||
omBarnetGuide: LocaleRecordBlock; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IOmDegTekstinnhold { | ||
omDegTittel: LocaleRecordBlock; | ||
omDegGuide: LocaleRecordBlock; | ||
} |
1 change: 0 additions & 1 deletion
1
src/frontend/components/SøknadsSteg/Oppsummering/innholdTyper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IOppsummeringTekstinnhold { | ||
oppsummeringTittel: LocaleRecordBlock; | ||
oppsummeringGuide: LocaleRecordBlock; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { LocaleRecordBlock } from '../../../typer/sanity/sanity'; | ||
|
||
export interface IVelgBarnTekstinnhold { | ||
velgBarnTittel: LocaleRecordBlock; | ||
velgBarnGuide: LocaleRecordBlock; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters