Skip to content

Commit

Permalink
-- corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulEntourage committed Jul 24, 2023
1 parent 0255953 commit b0d731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cv/[url].js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Layout } from 'src/components/Layout';
import { CVList } from 'src/components/cv';
import { CVShape } from 'src/components/cv/CV.shape';
import { DiscoverPartial, NewsletterPartial } from 'src/components/partials';
import { PageCVContent } from 'src/components/partials/CV/PageCVContent';
import { PageCVContent } from 'src/components/partials/CV/PageCvContent';
import { Grid, Section, SimpleLink, Icon, Button } from 'src/components/utils';
import { CV_FILTERS_DATA } from 'src/constants';
import { GA_TAGS } from 'src/constants/tags';
Expand Down

0 comments on commit b0d731f

Please sign in to comment.