mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-06 13:43:17 +08:00
Bump to ES6
This commit is contained in:
@@ -12,12 +12,13 @@
|
||||
*/
|
||||
|
||||
console.log(
|
||||
`
|
||||
`
|
||||
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||
𝑺𝒖𝒃-𝑺𝒕𝒐𝒓𝒆 © 𝑷𝒆𝒏𝒈-𝒀𝑴
|
||||
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||
`
|
||||
`,
|
||||
);
|
||||
|
||||
const serve = require('./facade');
|
||||
serve();
|
||||
import serve from './facade';
|
||||
|
||||
serve();
|
||||
|
||||
Reference in New Issue
Block a user