mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 11:42:55 +00:00
Fix Deployment Issues Due to Extra Export
This commit is contained in:
parent
54b21d1027
commit
5ebba23baf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
export const PrivacyPolicyPage = () => {
|
const PrivacyPolicyPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className="content-center text-center ml-5 mr-5 pb-2">
|
<div className="content-center text-center ml-5 mr-5 pb-2">
|
||||||
<h1 className="font-bold text-3xl text-slate-800">
|
<h1 className="font-bold text-3xl text-slate-800">
|
||||||
|
|
Loading…
Reference in a new issue