mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00: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