-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint double quote to single quote ✍️
- Loading branch information
gigihpaga
committed
Mar 16, 2023
1 parent
a3d31de
commit 97bb830
Showing
1 changed file
with
56 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
import logo from "./logo.svg"; | ||
import backend from "./backend.png"; | ||
import creator from "./creator.png"; | ||
import mobile from "./mobile.png"; | ||
import web from "./web.png"; | ||
import github from "./github.png"; | ||
import menu from "./menu.svg"; | ||
import close from "./close.svg"; | ||
import logo from './logo.svg'; | ||
import backend from './backend.png'; | ||
import creator from './creator.png'; | ||
import mobile from './mobile.png'; | ||
import web from './web.png'; | ||
import github from './github.png'; | ||
import menu from './menu.svg'; | ||
import close from './close.svg'; | ||
|
||
import css from "./tech/css.png"; | ||
import docker from "./tech/docker.png"; | ||
import figma from "./tech/figma.png"; | ||
import git from "./tech/git.png"; | ||
import html from "./tech/html.png"; | ||
import javascript from "./tech/javascript.png"; | ||
import mongodb from "./tech/mongodb.png"; | ||
import nodejs from "./tech/nodejs.png"; | ||
import reactjs from "./tech/reactjs.png"; | ||
import redux from "./tech/redux.png"; | ||
import tailwind from "./tech/tailwind.png"; | ||
import typescript from "./tech/typescript.png"; | ||
import threejs from "./tech/threejs.svg"; | ||
import css from './tech/css.png'; | ||
import docker from './tech/docker.png'; | ||
import figma from './tech/figma.png'; | ||
import git from './tech/git.png'; | ||
import html from './tech/html.png'; | ||
import javascript from './tech/javascript.png'; | ||
import mongodb from './tech/mongodb.png'; | ||
import nodejs from './tech/nodejs.png'; | ||
import reactjs from './tech/reactjs.png'; | ||
import redux from './tech/redux.png'; | ||
import tailwind from './tech/tailwind.png'; | ||
import typescript from './tech/typescript.png'; | ||
import threejs from './tech/threejs.svg'; | ||
|
||
import meta from "./company/meta.png"; | ||
import shopify from "./company/shopify.png"; | ||
import starbucks from "./company/starbucks.png"; | ||
import tesla from "./company/tesla.png"; | ||
import meta from './company/meta.png'; | ||
import shopify from './company/shopify.png'; | ||
import starbucks from './company/starbucks.png'; | ||
import tesla from './company/tesla.png'; | ||
|
||
import carrent from "./carrent.png"; | ||
import jobit from "./jobit.png"; | ||
import tripguide from "./tripguide.png"; | ||
import carrent from './carrent.png'; | ||
import jobit from './jobit.png'; | ||
import tripguide from './tripguide.png'; | ||
|
||
export { | ||
logo, | ||
backend, | ||
creator, | ||
mobile, | ||
web, | ||
github, | ||
menu, | ||
close, | ||
css, | ||
docker, | ||
figma, | ||
git, | ||
html, | ||
javascript, | ||
mongodb, | ||
nodejs, | ||
reactjs, | ||
redux, | ||
tailwind, | ||
typescript, | ||
threejs, | ||
meta, | ||
shopify, | ||
starbucks, | ||
tesla, | ||
carrent, | ||
jobit, | ||
tripguide, | ||
logo, | ||
backend, | ||
creator, | ||
mobile, | ||
web, | ||
github, | ||
menu, | ||
close, | ||
css, | ||
docker, | ||
figma, | ||
git, | ||
html, | ||
javascript, | ||
mongodb, | ||
nodejs, | ||
reactjs, | ||
redux, | ||
tailwind, | ||
typescript, | ||
threejs, | ||
meta, | ||
shopify, | ||
starbucks, | ||
tesla, | ||
carrent, | ||
jobit, | ||
tripguide, | ||
}; |