mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
import React in all components
This commit is contained in:
parent
8d268f5541
commit
12f0c58bc2
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
const Footer = ({ data }) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
const About = ({ data }) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import ProfileName from "./ProfileName";
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
const ProfileName = ({ data }) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
const SocialNetworks = ({ data }) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
import { composeKey } from "../../utils/textUtils";
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
import { composeKey } from "../../utils/textUtils";
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
import Job from "./job/Job";
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
const SectionTitle = ({ icon, label }) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import SectionTitle from "./SectionTitle";
|
||||
import Job from "./job/Job";
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import JobChapter from "./JobChapter";
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { composeKey } from "../../../utils/textUtils";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user