aboutsummaryrefslogtreecommitdiff
path: root/pages/posts/packaging-nebula-for-debian/index.tsx
blob: 9d3741ddc11db4d77f1f1c4347e532c9f104a5bd (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={'/posts/nebula-on-debian'}
    />
  );
}