mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-04 19:21:55 +00:00
remove comment and style marker
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import Layout from '../components/layout';
|
||||
import { Hero, TextLayout } from '../components/jambonz-ui';
|
||||
import { getData, getParsedMarkdown } from '../lib/data';
|
||||
|
||||
// You'll need to load the nodejs path module
|
||||
import path from 'path';
|
||||
|
||||
export default function Privacy({ data, parsed }) {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import Layout from '../components/layout';
|
||||
import { Hero, TextLayout } from '../components/jambonz-ui';
|
||||
import { getData, getParsedMarkdown } from '../lib/data';
|
||||
|
||||
// You'll need to load the nodejs path module
|
||||
import path from 'path';
|
||||
|
||||
export default function Terms({ data, parsed }) {
|
||||
|
||||
Reference in New Issue
Block a user