mirror of
https://github.com/filiprojek/nork.git
synced 2024-11-02 18:12:28 +01:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
import fs from 'fs'
|
||
|
import colors from 'colors'
|
||
|
|
||
|
export function make(component)
|
||
|
{
|
||
|
console.log(component)
|
||
|
}
|