mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
require -> import
This commit is contained in:
parent
e02643f32e
commit
4d4e5cd4dc
33 changed files with 66 additions and 67 deletions
|
@ -1,4 +1,4 @@
|
|||
import express = require('express')
|
||||
import * as express from 'express'
|
||||
import { waterfall } from 'async'
|
||||
|
||||
import { database as db } from '../../initializers/database'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue