Initial commit: PC Builder AdonisJS project

This commit is contained in:
Kevin
2026-06-28 10:41:51 +02:00
commit 648d0af538
144 changed files with 18570 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
import motherboard from './motherboard.svg'
import pcCase from './case.svg'
import cooler from './cooler.svg'
import cpu from './cpu.svg'
import fan from './fan.svg'
import ssd from './mvne.svg'
import graphicCard from './graphic-card.svg'
import hardDrive from './hard-drive.svg'
import memory from './memory.svg'
import defaultIcon from './default-icon.svg'
import powerSupply from './power-supply.svg'
import wiFiCard from './wifi-card.svg'
import siteIcon from './site-icon.svg'
import trashIcon from './trash-icon.svg'
import crossIcon from './cross-icon.svg'
import userProfileIcon from './user-profile-icon.svg'
export {
motherboard,
defaultIcon,
pcCase,
cooler,
cpu,
fan,
graphicCard,
hardDrive,
memory,
powerSupply,
wiFiCard,
siteIcon,
trashIcon,
crossIcon,
userProfileIcon,
ssd,
}