-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.js
13 lines (13 loc) · 888 Bytes
/
components.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import { AppComponent } from "./components/app";
import { LandingComponent } from "./components/landing/landing";
import { skillsComponent } from "./components/skills/skills";
import { NavComponent } from "./components/nav/nav";
import { FooterComponent } from "./components/footer/footer";
import { SkillSetComponent } from "./components/skills/skill-set/skill-set";
import { SkillBarComponent } from "./components/skills/skill-bar/skill-bar";
import { ContactFormComponent } from "./components/footer/contact-form/contact-form";
import { FooterLinksComponent } from "./components/footer/footer-links/footer-links";
import { AboutComponent } from "./components/landing/about/about";
import { ProjectsComponent } from "./components/projects/projects";
import { ProjectComponent } from "./components/projects/project/project";
import { PolicyComponent } from "./components/policy/policy";