Skip to content

Commit

Permalink
refactor(homepage): renmae admin/index.jsx to be admin.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Nov 2, 2023
1 parent fd13d59 commit e634217
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Head from 'next/head';
import Script from 'next/script';

import { fetchCards } from '../../lib/fetchCards';
import { processCard } from '../../lib/processCard';
import DecapCms from '../../CMS/DecapCms';
import { fetchCards } from '../lib/fetchCards';
import { processCard } from '../lib/processCard';
import DecapCms from '../CMS/DecapCms';

/**
*
Expand Down

0 comments on commit e634217

Please sign in to comment.