From 14bfd8bc27e0e6bb4037b1089b64e31312e5a57d Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 2 Dec 2023 18:09:37 -0700 Subject: Change for where appropriate --- app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/page.tsx') diff --git a/app/page.tsx b/app/page.tsx index eeb99af..b044b16 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,5 @@ -import React from 'react'; +import React from 'react' +import Link from 'next/link' import styles from '~/styles/index.module.css' @@ -39,7 +40,7 @@ export default function Index() {

Note: This is the information for our system in aggregate, - for individual info see our about page + for individual info see our about page

) -- cgit 1.4.1