Skip to content

Commit

Permalink
chore: reorder import statements in _index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Nov 14, 2024
1 parent fe4a5b2 commit 0703137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/frontend/app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { MetaFunction } from "@remix-run/node";
import Input from "~/components/Input";
import { useState } from "react";
import Textarea from "~/components/Textarea";
import { useState } from "react";

export const meta: MetaFunction = () => {
return [
Expand Down

0 comments on commit 0703137

Please sign in to comment.