mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
style: removed debug code
This commit is contained in:
parent
ac6ca27943
commit
7518b78601
@ -5,13 +5,12 @@ import * as generateLicenseFile from 'generate-license-file'
|
|||||||
import { ILicense } from 'generate-license-file/dist/models/license.interface'
|
import { ILicense } from 'generate-license-file/dist/models/license.interface'
|
||||||
import { readFileSync } from 'fs'
|
import { readFileSync } from 'fs'
|
||||||
|
|
||||||
const Docs = dynamic(()=> import('@components/Docs'))
|
const Docs = dynamic(() => import('@components/Docs'))
|
||||||
const Segment = dynamic(() => import('@components/Segment'))
|
const Segment = dynamic(() => import('@components/Segment'))
|
||||||
const Markdown = dynamic(() => import('@components/Markdown'))
|
const Markdown = dynamic(() => import('@components/Markdown'))
|
||||||
|
|
||||||
|
|
||||||
const Opensource: NextPage<OpensourceProps> = ({ packageJson, mainLicense, license }) => {
|
const Opensource: NextPage<OpensourceProps> = ({ packageJson, mainLicense, license }) => {
|
||||||
console.log(license)
|
|
||||||
return <Docs title='오픈소스' header={<h1 className='font-black text-4xl'>
|
return <Docs title='오픈소스' header={<h1 className='font-black text-4xl'>
|
||||||
<span className='text-koreanbots-blue'>한디리</span>
|
<span className='text-koreanbots-blue'>한디리</span>
|
||||||
<span><i className='text-red-500 fas fa-heart mx-2' /> </span>
|
<span><i className='text-red-500 fas fa-heart mx-2' /> </span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user