Merge branch 'master' into staging
This commit is contained in:
commit
873652196f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
import styles from '@/styles/Policy.module.scss';
|
import styles from '@/styles/Policy.module.scss';
|
||||||
import Header from '@/components/default/Header/Header';
|
import Header from '@/components/default/Header/Header';
|
||||||
import Footer from '@/components/default/Footer/Footer';
|
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import PageTitle from '@/components/default/PageTitle/PageTitle';
|
import PageTitle from '@/components/default/PageTitle/PageTitle';
|
||||||
import { nanoid } from 'nanoid';
|
import { nanoid } from 'nanoid';
|
||||||
|
import { Footer } from '@/zano_ui/src';
|
||||||
|
|
||||||
function Policy() {
|
function Policy() {
|
||||||
const contentList: string[] = Array(5).fill('Donec tellus felis, egestas ac tortor in;');
|
const contentList: string[] = Array(5).fill('Donec tellus felis, egestas ac tortor in;');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue