mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
style(v2): basic sidebar component (#1020)
This commit is contained in:
parent
aae5c4dc85
commit
2e9656917c
7 changed files with 110 additions and 48 deletions
|
@ -1,6 +1,8 @@
|
|||
import React from 'react';
|
||||
import Footer from '@theme/Footer'; // eslint-disable-line
|
||||
|
||||
import './styles.css';
|
||||
|
||||
/* eslint-disable react/prefer-stateless-function */
|
||||
export default class Layout extends React.Component {
|
||||
render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue