import { BackButton } from "@/components"; import { HeaderStyles } from "@/styles/header-styles"; import { Stack } from "expo-router"; export default function ApplicationLayout() { return ( <> {/* Take Picture */} , }} /> {/* Preview Image */} , }} /> ); }