aboutsummaryrefslogtreecommitdiff
path: root/pages/logs/packaging-nebula-for-debian/index.tsx
blob: a8e8e2c12a3d90193c253b758be16d7c21bbc303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// @ts-ignore
import md from './nebula.md';
import MarkdownPage from '../../../templates/MarkdownPage';

export default function NebulaOnDebian() {
  return (
    <MarkdownPage
      md={md}
      path={'/logs/nebula-on-debian'}
    />
  );
}