Skip to content

Commit

Permalink
Déplacemnt de ampleur.yaml à .publicodes
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Sep 4, 2024
1 parent c9b1576 commit f276cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions app/règles/rules.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { parse } from 'marked'

import PTZ from '@/app/règles/PTZ.yaml'
import ampleur from '@/app/règles/ampleur.yaml'
import ampleur from '@/app/règles/ampleur.publicodes'
import gestes from '@/app/règles/gestes.yaml'
import chauffage from '@/app/règles/gestes/chauffage.yaml'
import réseau from '@/app/règles/gestes/chauffage/réseau.yaml'
Expand Down Expand Up @@ -38,19 +38,19 @@ const rules = {
...index,
...revenus,
...prefix(gestes, 'gestes'),
...prefix(chauffage, 'gestes',),
...prefix(isolation, 'gestes',),
...prefix(PAC, 'gestes',),
...prefix(bois, 'gestes',),
...prefix(chauffage, 'gestes'),
...prefix(isolation, 'gestes'),
...prefix(PAC, 'gestes'),
...prefix(bois, 'gestes'),
...prefix(réseau, 'gestes'),
...prefix(solaire, 'gestes',),
...prefix(solaire, 'gestes'),
...prefix(aidesLocales, 'aides locales'),
...ampleur,
...CEE,
...denormandie,
...taxeFoncière,
...PTZ,
...copropriete
...copropriete,
}

const rulesWithMarkdown = Object.fromEntries(
Expand Down

0 comments on commit f276cb8

Please sign in to comment.