2021-05-14 21:51:14 +02:00
|
|
|
import vuejs from './vuejs';
|
|
|
|
import svelte from './svelte';
|
|
|
|
import Static from './static';
|
|
|
|
import rust from './rust';
|
|
|
|
import react from './react';
|
|
|
|
import php from './php';
|
|
|
|
import nuxtjs from './nuxtjs';
|
|
|
|
import nodejs from './nodejs';
|
|
|
|
import nextjs from './nextjs';
|
2021-05-16 21:54:44 +02:00
|
|
|
import nestjs from './nestjs';
|
2021-05-14 21:51:14 +02:00
|
|
|
import gatsby from './gatsby';
|
|
|
|
import docker from './docker';
|
2021-05-22 15:18:58 +02:00
|
|
|
import python from './python';
|
2021-05-14 21:51:14 +02:00
|
|
|
|
|
|
|
export {
|
|
|
|
vuejs,
|
|
|
|
svelte,
|
|
|
|
Static as static,
|
|
|
|
rust,
|
|
|
|
react,
|
|
|
|
php,
|
|
|
|
nuxtjs,
|
|
|
|
nodejs,
|
|
|
|
nextjs,
|
2021-05-16 21:54:44 +02:00
|
|
|
nestjs,
|
2021-05-14 21:51:14 +02:00
|
|
|
gatsby,
|
2021-05-22 15:18:58 +02:00
|
|
|
docker,
|
|
|
|
python
|
2021-05-14 21:51:14 +02:00
|
|
|
};
|