added better favicons, moved from sass to glamor, moved components
and utils to src dir, and removed packages no longer being used
This commit is contained in:
10
pages/k.js
10
pages/k.js
@@ -2,11 +2,11 @@ import React, { Component } from 'react'
|
||||
import Link from 'next/link'
|
||||
import Router from 'next/router'
|
||||
import fetch from 'isomorphic-unfetch'
|
||||
import Page from '../comps/Page'
|
||||
import Markdown from '../comps/Markdown'
|
||||
import AddDoc from '../comps/AddDoc'
|
||||
import getUrl from '../util/getUrl'
|
||||
import getJwt from '../util/getJwt'
|
||||
import Page from '../src/components/Page'
|
||||
import Markdown from '../src/components/Markdown'
|
||||
import AddDoc from '../src/components/AddDoc'
|
||||
import getUrl from '../src/util/getUrl'
|
||||
import getJwt from '../src/util/getJwt'
|
||||
|
||||
class k extends Component {
|
||||
delete = async () => {
|
||||
|
||||
Reference in New Issue
Block a user